summaryrefslogtreecommitdiff
path: root/community/augeas
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
commita56d1a610bd4032e2eae610289333ad112fc5ba1 (patch)
tree5fa9f42a339b57ef35616c01ac67c1c55c84fc7b /community/augeas
parent9437cdbc03cb103235fa0b043f4cf73882f10f34 (diff)
parent8e5a0a990a12a59cadb687cae22a1960fce1660b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/midori/PKGBUILD community/ruby-gtk2/PKGBUILD extra/strigi/PKGBUILD libre/abiword-libre/PKGBUILD libre/abiword-libre/abiword-2.8.6-glib-2.31.patch
Diffstat (limited to 'community/augeas')
-rw-r--r--community/augeas/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index 0fce1973e..b19b3e230 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -1,21 +1,19 @@
-# $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.1
+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' 'mips64el')
url="http://augeas.net"
license=('LGPL')
depends=('libxml2' 'gcc-libs')
options=('!libtool')
-source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz{,.sig}
- augeas-0.10.0-gets.patch)
-md5sums=('fe1834e90a066c3208ac0214622c7352'
- 'efb3f1a90ff31320dcc4c499eba5a555'
- '1dd66088ad8814f16cab9b6858df5af6')
+source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('82131019432ecf8102e1491610ad2dd1'
+ '63b2f334b030c957c98ee01ef207cfdd')
build() {
cd "$srcdir/$pkgname-$pkgver"