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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Nov 22 12:00:46 UTC 2013


    Date: Friday, November 22, 2013 @ 13:00:46
  Author: arodseth
Revision: 101305

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-22 12:00:40 UTC (rev 101304)
+++ PKGBUILD	2013-11-22 12:00:46 UTC (rev 101305)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=setconf
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Utility to easily change 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=('360ff9855102d23a57373f413307830b97e9595409ec435430b0543db0f6241e')
-
-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 101304, setconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-22 12:00:46 UTC (rev 101305)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=setconf
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python') # or python2
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
+sha256sums=('8f91dc5cc24cc9d4f7c34fbc657259384f99d7222b6df9375bac5436d601d0c2')
+
+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