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

Alexander Rødseth arodseth at archlinux.org
Fri Apr 26 20:37:35 UTC 2019


    Date: Friday, April 26, 2019 @ 20:37:34
  Author: arodseth
Revision: 454342

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 20:37:25 UTC (rev 454341)
+++ PKGBUILD	2019-04-26 20:37:34 UTC (rev 454342)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=ufw-extras
-pkgver=0.4
-pkgrel=1
-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 454341, ufw-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-26 20:37:34 UTC (rev 454342)
@@ -0,0 +1,21 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=ufw-extras
+pkgver=0.5
+pkgrel=1
+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:



More information about the arch-commits mailing list