mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/keyutils to 1.5.9-1
This commit is contained in:
parent
74d5487a28
commit
fe9aa556ac
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - must build -j1, everything must build in order
|
||||
|
||||
pkgname=keyutils
|
||||
pkgver=1.5.8
|
||||
pkgver=1.5.9
|
||||
pkgrel=1
|
||||
pkgdesc="Linux Key Management Utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ depends=('glibc' 'sh')
|
|||
backup=('etc/request-key.conf')
|
||||
source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
|
||||
request-key.conf.patch)
|
||||
md5sums=('3c7f463039b83833c12a9414c2fcb389'
|
||||
md5sums=('7f8ac985c45086b5fbcd12cecd23cf07'
|
||||
'89a819a7e4e90936b210c9d5020d296d')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue