summaryrefslogtreecommitdiff
path: root/community/haveged/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-19 01:37:15 -0700
committerroot <root@rshg054.dnsready.net>2013-06-19 01:37:15 -0700
commit603bdf488872afbc69493bc640aedb7548f3ed51 (patch)
tree60945d453f0d8b5f8fb9ed8cb8d4e35c5d8d5dcf /community/haveged/PKGBUILD
parent614d2fec699c594b1a3a25c973e0b5150302ff0e (diff)
Wed Jun 19 01:36:52 PDT 2013
Diffstat (limited to 'community/haveged/PKGBUILD')
-rw-r--r--community/haveged/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD
index 545c80acc..09d1ccf4b 100644
--- a/community/haveged/PKGBUILD
+++ b/community/haveged/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 90384 2013-05-12 06:27:41Z bpiotrowski $
+# $Id: PKGBUILD 92888 2013-06-18 08:41:07Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: kfgz <kfgz at interia dot pl>
# Contributor: pootzko <pootzko at gmail dot com>
pkgname=haveged
-pkgver=1.7.a
-_pkgver=${pkgver/.a/a}
-pkgrel=2
+pkgver=1.7.c
+_pkgver=${pkgver/.c/c}
+pkgrel=1
pkgdesc='Entropy harvesting daemon using CPU timings'
arch=('i686' 'x86_64')
url='http://www.issihosts.com/haveged'
@@ -15,7 +15,7 @@ depends=('glibc')
options=('!libtool')
source=($url/$pkgname-$_pkgver.tar.gz
service)
-sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
+sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee699994e645531bf121'
'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
build() {
@@ -28,6 +28,7 @@ package() {
cd $pkgname-$_pkgver
make DESTDIR="$pkgdir" install
- rm -rf $pkgdir/etc/init.d
- install -D -m644 $srcdir/service $pkgdir/usr/lib/systemd/system/haveged.service
+ rm -rf "$pkgdir"/etc/init.d
+ install -D -m644 "$srcdir"/service \
+ "$pkgdir"/usr/lib/systemd/system/haveged.service
}