diff options
Diffstat (limited to 'community/haveged')
-rw-r--r-- | community/haveged/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD index e662e6090..60be1b6d1 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 75053 2012-08-13 05:31:00Z bpiotrowski $ +# $Id: PKGBUILD 81287 2012-12-16 08:30:34Z 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.5 +pkgver=1.6 pkgrel=1 pkgdesc='Entropy harvesting daemon using CPU timings' arch=('i686' 'x86_64' 'mips64el') url='http://www.issihosts.com/haveged' license=('GPL') depends=('glibc') -source=(${url}/${pkgname}-${pkgver}.tar.gz +source=($url/$pkgname-$pkgver.tar.gz rc.d service) -md5sums=('89ea7d79c76160f13065301d952091d7' +md5sums=('5a386a530e89bfbc6c8d22717b16e2a8' '264b725be5271288b40f363d7cfc6b68' 'fc62a480f520377364503aca9efff0b0') |