community/setconf to 0.4-2

This commit is contained in:
Kevin Mihelich 2012-04-01 12:50:02 -04:00
parent 38004a6b5f
commit 1cd6b14832

View file

@ -7,8 +7,8 @@
plugrel=1
pkgname=setconf
pkgver=0.3.2
pkgrel=4
pkgver=0.4
pkgrel=1
pkgdesc="Utility to easily change settings in Makefiles and configuration files"
arch=('x86_64' 'i686')
url="http://setconf.roboticoverlords.org/"
@ -16,7 +16,7 @@ license=('GPL')
depends=('pcre' 'gc')
makedepends=('shedskin>=0.9.1')
source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2")
sha256sums=('8b18e11da7adf78f2e21c39cfa949b178fa1b2f85e691b85be123023b7303f03')
sha256sums=('dca9d6e829f3247da8cb78434dd18d96f3439fc83a32626ff83d4a5c16099d31')
build() {
cd "$srcdir/$pkgname-$pkgver"
@ -31,7 +31,6 @@ package() {
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
# vim:set ts=2 sw=2 et: