From 342100843ef3e4379443c526403fac1b1cb6416a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Dec 2011 23:14:57 +0000 Subject: Mon Dec 26 23:14:57 UTC 2011 --- community/setconf/PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'community/setconf/PKGBUILD') diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD index ba7b6d89a..ab8c8cddc 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 59692 2011-11-29 12:22:12Z arodseth $ +# $Id: PKGBUILD 61248 2011-12-26 01:05:59Z arodseth $ # Maintainer: Alexander Rødseth pkgname=setconf -pkgver=0.2 -pkgrel=8 -pkgdesc="A utility to easily change settings in Makefiles and other configuration files" +pkgver=0.3 +pkgrel=1 +pkgdesc="Utility to easily change settings in Makefiles and other configuration files" arch=('x86_64' 'i686') url="http://setconf.roboticoverlords.org/" license=('GPL') depends=('pcre' 'gc') makedepends=('shedskin>=0.1.2') -md5sums=('ccd0ca9527d8406d5393d77a6a56686b') source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2") +sha256sums=('94d37bcc74d59dfa60770308e2ab3b669dc2e0716a23fda584bf71cf037f1183') build() { cd "$srcdir/$pkgname-$pkgver" @@ -23,10 +23,8 @@ package() { cd "$srcdir/$pkgname-$pkgver" 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" + 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: -- cgit v1.2.3-54-g00ecf