mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/keyutils to 1.5.5-1
This commit is contained in:
parent
6bff7ace50
commit
23f8781c2f
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 133067 2011-07-27 11:57:16Z stephane $
|
||||
# $Id: PKGBUILD 144589 2011-12-07 12:54:44Z stephane $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
@ -8,8 +8,8 @@
|
|||
plugrel=1
|
||||
|
||||
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"
|
||||
|
@ -17,7 +17,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}"
|
||||
|
|
Loading…
Reference in a new issue