From 1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Nov 2011 23:15:26 +0000 Subject: Wed Nov 23 23:15:26 UTC 2011 --- community/augeas/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'community/augeas') diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index 51cd9aa07..398840a63 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -1,18 +1,18 @@ +# $Id: PKGBUILD 59250 2011-11-22 01:03:57Z ebelanger $ # Contributor: Thomas S Hatch # Contributor: Jon Nordby pkgname=augeas -pkgver=0.8.0 +pkgver=0.9.0 pkgrel=1 pkgdesc="A configuration editing tool that parses config files and transforms them into a tree" arch=('i686' 'x86_64') -license=('LGPL') url="http://augeas.net" -depends=('readline') -makedepends=('gcc' 'bison' 'flex') -options=(!libtool) +license=('LGPL') +depends=('readline' 'gcc-libs') +options=('!libtool') source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz) -md5sums=('e425bcfc46fd5b18473a4ff47c2878d3') +md5sums=('5ef0ce53ce4c75f59ab2523506731084') build() { cd "$srcdir/$pkgname-$pkgver" @@ -22,5 +22,5 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR=$pkgdir install + make DESTDIR="$pkgdir" install } -- cgit v1.2.3-54-g00ecf