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

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Aug 25 13:29:19 UTC 2021


    Date: Wednesday, August 25, 2021 @ 13:29:19
  Author: arodseth
Revision: 1004715

archrelease: copy trunk to community-any

Added:
  ufw-extras/repos/community-any/PKGBUILD
    (from rev 1004714, ufw-extras/trunk/PKGBUILD)
Deleted:
  ufw-extras/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-25 13:29:13 UTC (rev 1004714)
+++ PKGBUILD	2021-08-25 13:29:19 UTC (rev 1004715)
@@ -1,21 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=ufw-extras
-pkgver=0.5
-pkgrel=2
-pkgdesc='Extra configuration files for UFW'
-arch=(any)
-url='https://github.com/xyproto/ufw-extras'
-makedepends=(git)
-depends=(ufw)
-license=(GPL2)
-source=("$pkgname::git+https://github.com/xyproto/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-package() {
-  for f in "$pkgname/ufw-"*; do
-    install -Dm644 "$f" "$pkgdir/etc/ufw/applications.d/$(basename $f)"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: ufw-extras/repos/community-any/PKGBUILD (from rev 1004714, ufw-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-25 13:29:19 UTC (rev 1004715)
@@ -0,0 +1,19 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=ufw-extras
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Extra configuration files for UFW'
+arch=(any)
+url='https://github.com/xyproto/ufw-extras'
+license=(GPL2)
+depends=(ufw)
+makedepends=(git)
+source=("git+$url#commit=d30b66981998db916579378af9ab71386d938e91") # tag: 0.6.0
+b2sums=('SKIP')
+
+package() {
+  for f in $pkgname/ufw-*; do
+    install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$(basename $f)"
+  done
+}



More information about the arch-commits mailing list