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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 19 17:49:41 UTC 2019


    Date: Tuesday, February 19, 2019 @ 17:49:40
  Author: arodseth
Revision: 434573

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 17:49:29 UTC (rev 434572)
+++ PKGBUILD	2019-02-19 17:49:40 UTC (rev 434573)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=setconf
-pkgver=0.7.5
-pkgrel=2
-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"{,.asc})
-validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-sha256sums=('3aa5ded4c3e1996a78cbbcbd7b9af051e3a197f6e79fced9ebb118da902a52fe'
-            'SKIP')
-
-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: ts=2 sw=2 et:

Copied: setconf/repos/community-any/PKGBUILD (from rev 434572, setconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-19 17:49:40 UTC (rev 434573)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=setconf
+pkgver=0.7.6
+pkgrel=1
+pkgdesc='Utility for easily changing settings in configuration files'
+arch=(any)
+url='https://setconf.roboticoverlords.org/'
+license=(GPL2)
+depends=(python)
+source=("https://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('98bd51861f0141508a20a81fc325204e9500f3b7305bc518f62bf5af91db8486'
+            'SKIP')
+
+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"
+}
+
+# getver: setconf.roboticoverlords.org
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list