[arch-commits] Commit in haveged/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Wed Sep 4 11:12:42 UTC 2019
Date: Wednesday, September 4, 2019 @ 11:12:41
Author: andyrtr
Revision: 361607
upgpkg: haveged 1.9.6-1
upstream update 1.9.6; use upstream service file to work with systemd v243
Modified:
haveged/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-04 10:04:39 UTC (rev 361606)
+++ PKGBUILD 2019-09-04 11:12:41 UTC (rev 361607)
@@ -4,20 +4,20 @@
# Contributor: pootzko <pootzko at gmail dot com>
pkgname=haveged
-pkgver=1.9.4
-pkgrel=3
+pkgver=1.9.6
+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/$pkgver.tar.gz"
- "https://github.com/jirka-h/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc"
- 'haveged.service')
-sha256sums=('c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa'
- 'SKIP'
- '1e78d296ebb5f4d46108094997c51e3fccf475f54d637f20212a3aa3730ef847')
+#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"
+ #'haveged.service')
+sha256sums=('4d4c046755476d3734ffb78772c242c25913ff0eb7509c143671dae6ec9d1189')
+ # 'SKIP'
+ # '1e78d296ebb5f4d46108094997c51e3fccf475f54d637f20212a3aa3730ef847')
build() {
cd $pkgname-$pkgver
@@ -29,10 +29,16 @@
make
}
+check() {
+ cd ${pkgname}-${pkgver}
+ make check
+}
+
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
- install -D -m0644 "${srcdir}"/haveged.service "$pkgdir"/usr/lib/systemd/system/haveged.service
+ #install -D -m0644 "${srcdir}"/haveged.service "$pkgdir"/usr/lib/systemd/system/haveged.service
+ install -D -m0644 init.d/service.fedora "$pkgdir"/usr/lib/systemd/system/haveged.service
}
More information about the arch-commits
mailing list