[arch-commits] Commit in haveged/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Jun 12 17:24:26 UTC 2020


    Date: Friday, June 12, 2020 @ 17:24:26
  Author: eworm
Revision: 389055

archrelease: copy trunk to extra-x86_64

Added:
  haveged/repos/extra-x86_64/PKGBUILD
    (from rev 389054, haveged/trunk/PKGBUILD)
Deleted:
  haveged/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-12 17:24:23 UTC (rev 389054)
+++ PKGBUILD	2020-06-12 17:24:26 UTC (rev 389055)
@@ -1,46 +0,0 @@
-# Maintainer:  Christian Hesse <mail at eworm.de>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: kfgz <kfgz at interia dot pl>
-# Contributor: pootzko <pootzko at gmail dot com>
-
-pkgname=haveged
-pkgver=1.9.10
-pkgrel=1
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('x86_64')
-url='https://github.com/jirka-h/haveged'
-license=('GPL')
-depends=('glibc')
-validpgpkeys=('8F6B7293B03E5AC5762B65CE2E2F252B05CCA168') # Jirka Hladky <hladky.jiri at gmail.com>
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/v$pkgver.tar.gz")
-        #"https://github.com/jirka-h/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc"
-sha256sums=('8ac19e909bfd2ca54430773844f5e728f0d6f15e18091988e75c838b7343ca34')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i init.d/service.fedora \
-    -e 's/@SBIN_DIR@/\/usr\/bin/'
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-      --prefix=/usr \
-      --bindir=/usr/bin \
-      --sbindir=/usr/bin
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m0644 init.d/service.fedora "$pkgdir"/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/extra-x86_64/PKGBUILD (from rev 389054, haveged/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-12 17:24:26 UTC (rev 389055)
@@ -0,0 +1,46 @@
+# Maintainer:  Christian Hesse <mail at eworm.de>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: pootzko <pootzko at gmail dot com>
+
+pkgname=haveged
+pkgver=1.9.11
+pkgrel=1
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('x86_64')
+url='https://github.com/jirka-h/haveged'
+license=('GPL')
+depends=('glibc')
+validpgpkeys=('8F6B7293B03E5AC5762B65CE2E2F252B05CCA168') # Jirka Hladky <hladky.jiri at gmail.com>
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jirka-h/$pkgname/archive/v$pkgver.tar.gz")
+        #"https://github.com/jirka-h/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc"
+sha256sums=('7aad5cb7a423573e3cce0cb8b2e7a51bdc1772dcf2d1b4d20d7053c7e12bc869')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i init.d/service.fedora \
+    -e 's/@SBIN_DIR@/\/usr\/bin/'
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+      --prefix=/usr \
+      --bindir=/usr/bin \
+      --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m0644 init.d/service.fedora "$pkgdir"/usr/lib/systemd/system/haveged.service
+}



More information about the arch-commits mailing list