[arch-commits] Commit in jitterentropy/repos/community-x86_64 (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Sat Mar 19 10:03:29 UTC 2022


    Date: Saturday, March 19, 2022 @ 10:03:29
  Author: mtorromeo
Revision: 1160516

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 10:03:21 UTC (rev 1160515)
+++ PKGBUILD	2022-03-19 10:03:29 UTC (rev 1160516)
@@ -1,40 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com
-# Contributor: Timothy Redaelli <timothy.redaelli+aur at gmail.com>
-
-pkgname=jitterentropy
-_pkgname=$pkgname-library
-pkgver=3.3.1
-pkgrel=2
-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=('9fcc954763a1dd4afe614a1b360f53b600d3376bbcc4b19177f27abf191ebad5'
-            '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 1160515, jitterentropy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-19 10:03:29 UTC (rev 1160516)
@@ -0,0 +1,40 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com
+# Contributor: Timothy Redaelli <timothy.redaelli+aur at 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:



More information about the arch-commits mailing list