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

Alexander Rødseth arodseth at archlinux.org
Mon Oct 23 17:37:49 UTC 2017


    Date: Monday, October 23, 2017 @ 17:37:48
  Author: arodseth
Revision: 264066

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-23 17:37:36 UTC (rev 264065)
+++ PKGBUILD	2017-10-23 17:37:48 UTC (rev 264066)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-
-pkgname=ufw-extras
-pkgver=0.3
-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://github.com/xyproto/$pkgname.git#tag=$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-
-  msg 'Packaging configuration files...'
-  for f in ufw-*; do
-    msg2 "$f"
-    install -Dm644 $f "$pkgdir/etc/ufw/applications.d/$f"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ufw-extras/repos/community-any/PKGBUILD (from rev 264065, ufw-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-23 17:37:48 UTC (rev 264066)
@@ -0,0 +1,22 @@
+# $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:



More information about the arch-commits mailing list