[arch-commits] Commit in keyutils/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Wed Jul 20 10:53:54 UTC 2011
Date: Wednesday, July 20, 2011 @ 06:53:54
Author: stephane
Revision: 132103
upgpkg: keyutils 1.5.1-1
version bump
Modified:
keyutils/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-07-20 07:20:29 UTC (rev 132102)
+++ PKGBUILD 2011-07-20 10:53:54 UTC (rev 132103)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=keyutils
-pkgver=1.4
+pkgver=1.5.1
pkgrel=1
pkgdesc="Linux Key Management Utilities"
arch=(i686 x86_64)
@@ -9,16 +9,16 @@
license=('GPL2' 'LGPL2.1')
depends=('glibc' 'sh')
backup=(etc/request-key.conf)
-source=(http://people.redhat.com/~dhowells/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
build() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -i -e '/CFLAGS/s|:= -g -O2|+=|' Makefile
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i "s|/lib64|/lib|g" Makefile
make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
-md5sums=('e168c1bdaf5aa93c2cbf8a5e7f8ef27b')
+md5sums=('3ab62455a37a20f73b2d6cc794aaba13')
More information about the arch-commits
mailing list