mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/keyutils to 1.5.11-1
This commit is contained in:
parent
b06fe7dfdb
commit
f002533239
1 changed files with 8 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 186780 2013-05-31 07:19:13Z tpowa $
|
||||
# $Id$
|
||||
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
|
@ -6,17 +6,19 @@
|
|||
# - must build -j1, everything must build in order
|
||||
|
||||
pkgname=keyutils
|
||||
pkgver=1.5.10
|
||||
pkgrel=2
|
||||
pkgver=1.5.11
|
||||
pkgrel=1
|
||||
pkgdesc="Linux Key Management Utilities"
|
||||
arch=('x86_64')
|
||||
url="http://www.kernel.org"
|
||||
license=('GPL2' 'LGPL2.1')
|
||||
depends=('glibc' 'sh')
|
||||
backup=('etc/request-key.conf')
|
||||
source=(https://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2
|
||||
request-key.conf.patch)
|
||||
sha256sums=('115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6'
|
||||
validpgpkeys=('A86E54B0D5E1B4E0AB7C640FFBB7576BA7CB0B6B') # David Howells <dhowells@redhat.com>
|
||||
source=("https://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
|
||||
'request-key.conf.patch')
|
||||
sha256sums=('11584488206edc30736263eb855bf7793f16e661987241d333d3cb5ea479b1b5'
|
||||
'SKIP'
|
||||
'203c602c61ed94ccd423a0a453d74143d678c641a9a4486367576ee8af2cb8d6')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue