mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/keyutils to 1.5.10-1
This commit is contained in:
parent
aaf95918d7
commit
9a2f79388f
1 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
# - must build -j1, everything must build in order
|
||||
|
||||
pkgname=keyutils
|
||||
pkgver=1.5.9
|
||||
pkgver=1.5.10
|
||||
pkgrel=1
|
||||
pkgdesc="Linux Key Management Utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -14,10 +14,10 @@ url="http://www.kernel.org"
|
|||
license=('GPL2' 'LGPL2.1')
|
||||
depends=('glibc' 'sh')
|
||||
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)
|
||||
md5sums=('7f8ac985c45086b5fbcd12cecd23cf07'
|
||||
'89a819a7e4e90936b210c9d5020d296d')
|
||||
sha256sums=('115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6'
|
||||
'203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
@ -32,5 +32,5 @@ build() {
|
|||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' install
|
||||
make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib' install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue