summaryrefslogtreecommitdiff
path: root/community/augeas/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-09 15:21:15 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-09 15:21:15 +0100
commit784f841dd02d4cf93e02aeab3e17cb7de1a7937f (patch)
treee5c1dc07e7ca785a346ef10efa7b43e212b7c884 /community/augeas/PKGBUILD
parentebd15ff2a4a2dd51cc6d862bcef96a1b6d753336 (diff)
parent707457876743e969be9eb163c36928978df245cd (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/python-mpi4py/PKGBUILD community/sword/PKGBUILD community/xiphos/PKGBUILD extra/bitlbee/PKGBUILD extra/nicotine/PKGBUILD extra/purple-plugin-pack/PKGBUILD multilib/lib32-curl/PKGBUILD multilib/lib32-glib2/PKGBUILD
Diffstat (limited to 'community/augeas/PKGBUILD')
-rw-r--r--community/augeas/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index deab45541..0d53076e5 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' 'mips64el')
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"