summaryrefslogtreecommitdiff
path: root/community/augeas
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-17 01:48:49 -0700
committerroot <root@rshg054.dnsready.net>2013-08-17 01:48:49 -0700
commit74952c750361d72d7b2d14179d4e88b6ce0a0c7e (patch)
tree881e3676cf3b53e4c90d21b37b94a008eda1832f /community/augeas
parent6a3f02abeeecab3efb4442e39e28e05897f25316 (diff)
Sat Aug 17 01:47:45 PDT 2013
Diffstat (limited to 'community/augeas')
-rw-r--r--community/augeas/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index 9c79d790e..fc5c9f020 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 83877 2013-02-06 10:39:22Z spupykin $
+# $Id: PKGBUILD 95728 2013-08-16 08:25:38Z spupykin $
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jon Nordby <jononor@gmail.com>
pkgname=augeas
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ url="http://augeas.net"
license=('LGPL')
depends=('libxml2' 'gcc-libs')
options=('!libtool')
-source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('82131019432ecf8102e1491610ad2dd1'
- '63b2f334b030c957c98ee01ef207cfdd')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+md5sums=('520ce983457ff9ffa3816bc41a9f328b'
+ 'SKIP')
build() {
cd "$srcdir/$pkgname-$pkgver"