Date: Friday, August 16, 2013 @ 10:25:14 Author: spupykin Revision: 95727
upgpkg: augeas 1.1.0-1 upd Modified: augeas/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-16 07:23:39 UTC (rev 95726) +++ PKGBUILD 2013-08-16 08:25:14 UTC (rev 95727) @@ -3,7 +3,7 @@ # Contributor: Jon Nordby <jono...@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 @@ 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"