community/setconf to 0.5.3-3.1

This commit is contained in:
Kevin Mihelich 2013-05-04 18:36:34 +00:00
parent b9b6d0175c
commit 3e41cab334

View file

@ -6,7 +6,7 @@
pkgname=setconf
pkgver=0.5.3
pkgrel=3
pkgrel=3.1
pkgdesc='Utility to easily change settings in configuration files or Makefiles'
arch=('x86_64' 'i686')
url='http://setconf.roboticoverlords.org/'
@ -19,7 +19,7 @@ sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
build() {
cd "$srcdir/$pkgname-$pkgver"
[ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
shedskin "$pkgname.py" && make
}
package() {