Date: Monday, July 6, 2020 @ 21:43:34
  Author: arodseth
Revision: 658071

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-07-06 21:42:56 UTC (rev 658070)
+++ PKGBUILD    2020-07-06 21:43:34 UTC (rev 658071)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xypr...@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:

Copied: setconf/repos/community-any/PKGBUILD (from rev 658070, 
setconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-07-06 21:43:34 UTC (rev 658071)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+
+pkgname=setconf
+pkgver=0.7.7
+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=('19315574540b3181fec31a4059b9e058381e0192317f153d181e7e7e2aa84d86'
+            '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:

Reply via email to