From 74952c750361d72d7b2d14179d4e88b6ce0a0c7e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Aug 2013 01:48:49 -0700 Subject: Sat Aug 17 01:47:45 PDT 2013 --- community/augeas/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/augeas') 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 # Contributor: Jon Nordby 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" -- cgit v1.2.3-54-g00ecf