summaryrefslogtreecommitdiff
path: root/community/setconf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-26 23:14:57 +0000
committerroot <root@rshg054.dnsready.net>2011-12-26 23:14:57 +0000
commit342100843ef3e4379443c526403fac1b1cb6416a (patch)
treefd1bdebd7bfb10b00f17dbf98c2c8a5054cb03e4 /community/setconf
parente39d5f838c08b5b57eae4c1aec4ae00acd18b239 (diff)
Mon Dec 26 23:14:57 UTC 2011
Diffstat (limited to 'community/setconf')
-rw-r--r--community/setconf/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
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 <rodseth@gmail.com>
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: