diff options
Diffstat (limited to 'community/setconf')
-rw-r--r-- | community/setconf/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD index d1f7c2c41..e8dcf7cec 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 61489 2012-01-01 19:21:14Z arodseth $ +# $Id: PKGBUILD 61589 2012-01-03 23:37:49Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> pkgname=setconf -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="Utility to easily change settings in Makefiles and other configuration files" arch=('x86_64' 'i686') @@ -10,7 +10,7 @@ license=('GPL') depends=('pcre' 'gc') makedepends=('shedskin>=0.1.2') source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2") -sha256sums=('1055757af5dc5ecb529f918f9e601552f24caca8ca08833a52e4e3a1243cbd01') +sha256sums=('8b18e11da7adf78f2e21c39cfa949b178fa1b2f85e691b85be123023b7303f03') build() { cd "$srcdir/$pkgname-$pkgver" |