Date: Sunday, October 30, 2016 @ 14:59:06 Author: arodseth Revision: 194009
archrelease: copy trunk to community-any Deleted: setconf/repos/community-any/PKGBUILD ----------+ PKGBUILD | 22 ---------------------- 1 file changed, 22 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2016-10-30 14:58:36 UTC (rev 194008) +++ PKGBUILD 2016-10-30 14:59:06 UTC (rev 194009) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth <[email protected]> - -pkgname=setconf -pkgver=0.7.3 -pkgrel=1 -pkgdesc='Utility for easily changing settings in configuration files' -arch=('any') -url='http://setconf.roboticoverlords.org/' -license=('GPL2') -depends=('python') -source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz") -sha256sums=('a10d8667d03113e42209cca993a9276b6b998678ce4d27c0913faecb555dc259') - -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:
