Date: Friday, September 2, 2022 @ 10:09:59
  Author: mtorromeo
Revision: 1290882

archrelease: copy trunk to community-x86_64

Added:
  jitterentropy/repos/community-x86_64/PKGBUILD
    (from rev 1290881, jitterentropy/trunk/PKGBUILD)
  jitterentropy/repos/community-x86_64/keys/
Deleted:
  jitterentropy/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-02 10:09:50 UTC (rev 1290881)
+++ PKGBUILD    2022-09-02 10:09:59 UTC (rev 1290882)
@@ -1,40 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com
-# Contributor: Timothy Redaelli <timothy.redaelli+...@gmail.com>
-
-pkgname=jitterentropy
-_pkgname=$pkgname-library
-pkgver=3.4.0
-pkgrel=1
-pkgdesc='Hardware RNG based on CPU timing jitter'
-arch=('x86_64')
-url='https://www.chronox.de/jent.html'
-license=('BSD' 'GPL2')
-depends=('glibc')
-source=(https://www.chronox.de/jent/$_pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('979fa4277decf9792f3422b142237e77d8b6ca41e50474083eb2f0976f2479b3'
-            'SKIP')
-validpgpkeys=(3BCC43D4D2C87D1784B69EE4421EE936326AC15B)
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  # Disable man page compression on install
-  sed -e '/\tgzip .*\/man\// d' -i Makefile
-  # Let the package manager handle stripping
-  sed -e '/\tinstall.*-s / s/-s //g' -i Makefile
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-  LDFLAGS=-lpthread make jitterentropy
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -dm755 "$pkgdir/usr/include"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LICENSE.bsd "$pkgdir/usr/share/licenses/$pkgname/LICENSE.bsd"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jitterentropy/repos/community-x86_64/PKGBUILD (from rev 1290881, 
jitterentropy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-02 10:09:59 UTC (rev 1290882)
@@ -0,0 +1,40 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com
+# Contributor: Timothy Redaelli <timothy.redaelli+...@gmail.com>
+
+pkgname=jitterentropy
+_pkgname=$pkgname-library
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Hardware RNG based on CPU timing jitter'
+arch=('x86_64')
+url='https://www.chronox.de/jent.html'
+license=('BSD' 'GPL2')
+depends=('glibc')
+source=(https://www.chronox.de/jent/$_pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('802f025f766c38abf663fd5a21482b8313b6d6e2c68c36a4ffd6bc105fe975ab'
+            'SKIP')
+validpgpkeys=(3BCC43D4D2C87D1784B69EE4421EE936326AC15B)
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+
+  # Disable man page compression on install
+  sed -e '/\tgzip .*\/man\// d' -i Makefile
+  # Let the package manager handle stripping
+  sed -e '/\tinstall.*-s / s/-s //g' -i Makefile
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+  LDFLAGS=-lpthread make jitterentropy
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  install -dm755 "$pkgdir/usr/include"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE.bsd "$pkgdir/usr/share/licenses/$pkgname/LICENSE.bsd"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to