[arch-commits] Commit in setconf/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Mar 19 18:50:20 UTC 2016


    Date: Saturday, March 19, 2016 @ 19:50:20
  Author: arodseth
Revision: 167658

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
    (from rev 167657, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-19 18:50:11 UTC (rev 167657)
+++ PKGBUILD	2016-03-19 18:50:20 UTC (rev 167658)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=setconf
-pkgver=0.6.7
-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=('dcc38c2864c4a6d76d161a7aa34eb425f45ee4e7e76ad95050988b437750bb4f')
-
-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-any/PKGBUILD (from rev 167657, setconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-19 18:50:20 UTC (rev 167658)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=setconf
+pkgver=0.7.1
+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=('402ad15dca95cba94cdf14ce2763301d99c6b969b18763b37abc7b7a1ce95818')
+
+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:



More information about the arch-commits mailing list