Date: Tuesday, March 3, 2015 @ 22:01:37 Author: arodseth Revision: 128669
archrelease: copy trunk to community-testing-any Added: setconf/repos/community-testing-any/PKGBUILD (from rev 128668, setconf/trunk/PKGBUILD) Deleted: setconf/repos/community-testing-any/PKGBUILD ----------+ PKGBUILD | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2015-03-03 20:59:03 UTC (rev 128668) +++ PKGBUILD 2015-03-03 21:01:37 UTC (rev 128669) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> - -pkgname=setconf -pkgver=0.6.5 -pkgrel=1 -pkgdesc='Utility for easily changing settings in configuration files' -arch=('any') -url='http://setconf.roboticoverlords.org/' -license=('GPL2') -depends=('python2') -source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz") -sha256sums=('724295b48963974e406d2ceb7cc68ec6bdb3e2ddc7ccdadb1b677b1121e44abd') - -package() { - cd "$pkgname-$pkgver" - - install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname" - install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" -} - -# vim:set ts=2 sw=2 et: Copied: setconf/repos/community-testing-any/PKGBUILD (from rev 128668, setconf/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2015-03-03 21:01:37 UTC (rev 128669) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> + +pkgname=setconf +pkgver=0.6.6 +pkgrel=1 +pkgdesc='Utility for easily changing settings in configuration files' +arch=('any') +url='http://setconf.roboticoverlords.org/' +license=('GPL2') +depends=('python2') +source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz") +sha256sums=('1554877f771fd3e509df5fd75c452460fd4ed78d2b23a4cd97710d5cb9831e4f') + +package() { + cd "$pkgname-$pkgver" + + install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname" + install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz" +} + +# vim:set ts=2 sw=2 et: