diff options
Diffstat (limited to 'community/augeas/PKGBUILD')
-rw-r--r-- | community/augeas/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index e8f44cddc..d990b72ed 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 95728 2013-08-16 08:25:38Z spupykin $ +# $Id: PKGBUILD 100130 2013-11-01 20:20:20Z spupykin $ # Contributor: Thomas S Hatch <thatch45@gmail.com> # Contributor: Jon Nordby <jononor@gmail.com> pkgname=augeas pkgver=1.1.0 -pkgrel=1 +pkgrel=2 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://download.augeas.net/augeas-$pkgver.tar.gz{,.sig}) md5sums=('520ce983457ff9ffa3816bc41a9f328b' 'SKIP') |