summaryrefslogtreecommitdiff
path: root/community/augeas/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/augeas/PKGBUILD')
-rw-r--r--community/augeas/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index 6cc5ed1d3..9c79d790e 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 62121 2012-01-16 09:07:06Z spupykin $
+# $Id: PKGBUILD 83877 2013-02-06 10:39:22Z spupykin $
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jon Nordby <jononor@gmail.com>
pkgname=augeas
-pkgver=0.10.0
-pkgrel=2
+pkgver=1.0.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"
@@ -12,8 +12,8 @@ license=('LGPL')
depends=('libxml2' 'gcc-libs')
options=('!libtool')
source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('fe1834e90a066c3208ac0214622c7352'
- 'efb3f1a90ff31320dcc4c499eba5a555')
+md5sums=('82131019432ecf8102e1491610ad2dd1'
+ '63b2f334b030c957c98ee01ef207cfdd')
build() {
cd "$srcdir/$pkgname-$pkgver"