core/keyutils to 1.5.10-1

This commit is contained in:
Kevin Mihelich 2017-03-18 19:41:25 +00:00
parent aaf95918d7
commit 9a2f79388f

View file

@ -6,7 +6,7 @@
# - must build -j1, everything must build in order # - must build -j1, everything must build in order
pkgname=keyutils pkgname=keyutils
pkgver=1.5.9 pkgver=1.5.10
pkgrel=1 pkgrel=1
pkgdesc="Linux Key Management Utilities" pkgdesc="Linux Key Management Utilities"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -14,10 +14,10 @@ url="http://www.kernel.org"
license=('GPL2' 'LGPL2.1') license=('GPL2' 'LGPL2.1')
depends=('glibc' 'sh') depends=('glibc' 'sh')
backup=('etc/request-key.conf') backup=('etc/request-key.conf')
source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2 source=(https://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
request-key.conf.patch) request-key.conf.patch)
md5sums=('7f8ac985c45086b5fbcd12cecd23cf07' sha256sums=('115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6'
'89a819a7e4e90936b210c9d5020d296d') '203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6')
prepare() { prepare() {
cd ${pkgname}-${pkgver} cd ${pkgname}-${pkgver}