Date: Thursday, November 21, 2013 @ 15:10:24 Author: arodseth Revision: 101270
upgpkg: setconf 0.6-1 Modified: setconf/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-21 12:18:33 UTC (rev 101269) +++ PKGBUILD 2013-11-21 14:10:24 UTC (rev 101270) @@ -2,9 +2,9 @@ # Maintainer: Alexander Rødseth <[email protected]> pkgname=setconf -pkgver=0.5.3 -pkgrel=5 -pkgdesc='Utility to easily change settings in configuration files or Makefiles' +pkgver=0.6 +pkgrel=1 +pkgdesc='Utility to easily change settings in configuration files' arch=('x86_64' 'i686') url='http://setconf.roboticoverlords.org/' license=('GPL2') @@ -11,10 +11,10 @@ depends=('pcre' 'gc') makedepends=('shedskin') source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz") -sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6') +sha256sums=('7a8816175f191cd4b02fbdeb03bca00b559b0b46f199fcb0eb49015de64eef9e') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" shedskin "$pkgname.py" make @@ -21,7 +21,7 @@ } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
