summaryrefslogtreecommitdiff
path: root/testing/keyutils
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
committerroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
commitbf35116f9d203dcafce808a6c7b3dd5a0db8afbc (patch)
treef9551a1d3c67d2113cc5fc5c3f8816bcbaad0540 /testing/keyutils
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Tue Aug 2 04:35:55 UTC 2011
Diffstat (limited to 'testing/keyutils')
-rw-r--r--testing/keyutils/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/keyutils/PKGBUILD b/testing/keyutils/PKGBUILD
index c533d134e..ec50d99c8 100644
--- a/testing/keyutils/PKGBUILD
+++ b/testing/keyutils/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 132103 2011-07-20 10:53:54Z stephane $
+# $Id: PKGBUILD 133067 2011-07-27 11:57:16Z stephane $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=keyutils
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="Linux Key Management Utilities"
arch=(i686 x86_64)
@@ -10,6 +10,7 @@ license=('GPL2' 'LGPL2.1')
depends=('glibc' 'sh')
backup=(etc/request-key.conf)
source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('19811ee31f683058a9aae3e6a3a23a7f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,4 +22,3 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
-md5sums=('3ab62455a37a20f73b2d6cc794aaba13')