diff options
author | root <root@rshg054.dnsready.net> | 2011-12-08 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-08 23:14:54 +0000 |
commit | 707457876743e969be9eb163c36928978df245cd (patch) | |
tree | 24ed2c08e3ace85c9cee2302e97438421ca3f03d /core/keyutils | |
parent | 6f9a9504db6338f0c35c4ca70bad42965b74791a (diff) |
Thu Dec 8 23:14:54 UTC 2011
Diffstat (limited to 'core/keyutils')
-rw-r--r-- | core/keyutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/keyutils/PKGBUILD b/core/keyutils/PKGBUILD index 7712b6f5d..747257aba 100644 --- a/core/keyutils/PKGBUILD +++ b/core/keyutils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 142277 2011-11-07 20:10:07Z stephane $ +# $Id: PKGBUILD 144590 2011-12-07 12:54:45Z stephane $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=keyutils -pkgver=1.5.2 -pkgrel=2 +pkgver=1.5.5 +pkgrel=1 pkgdesc="Linux Key Management Utilities" arch=(i686 x86_64) url="http://www.kernel.org" @@ -10,7 +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') +md5sums=('9e8ab5164bc8f84be148761cc89e9d6f') build() { cd "${srcdir}/${pkgname}-${pkgver}" |