summaryrefslogtreecommitdiff
path: root/community/augeas
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-07 23:14:52 +0000
committerroot <root@rshg054.dnsready.net>2011-12-07 23:14:52 +0000
commit6f9a9504db6338f0c35c4ca70bad42965b74791a (patch)
tree8cd9006f99ed08350063a734502b77e1d0ee7db4 /community/augeas
parent8736f458a17a03cf79a763a0c8122f93162fed71 (diff)
Wed Dec 7 23:14:52 UTC 2011
Diffstat (limited to 'community/augeas')
-rw-r--r--community/augeas/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index 398840a63..cf3764b29 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 59250 2011-11-22 01:03:57Z ebelanger $
+# $Id: PKGBUILD 60191 2011-12-07 04:43:36Z ebelanger $
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jon Nordby <jononor@gmail.com>
pkgname=augeas
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
arch=('i686' 'x86_64')
url="http://augeas.net"
license=('LGPL')
-depends=('readline' 'gcc-libs')
+depends=('libxml2')
options=('!libtool')
-source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('5ef0ce53ce4c75f59ab2523506731084')
+source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('fe1834e90a066c3208ac0214622c7352'
+ 'efb3f1a90ff31320dcc4c499eba5a555')
build() {
cd "$srcdir/$pkgname-$pkgver"