diff options
Diffstat (limited to 'community/augeas/PKGBUILD')
-rw-r--r-- | community/augeas/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index 09ef5c9c2..e8f44cddc 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' 'mips64el') @@ -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" |