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

Alexander Rødseth arodseth at archlinux.org
Sun Mar 6 17:00:31 UTC 2016


    Date: Sunday, March 6, 2016 @ 18:00:30
  Author: arodseth
Revision: 165398

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++---------------------------------
 1 file changed, 26 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-06 17:00:22 UTC (rev 165397)
+++ PKGBUILD	2016-03-06 17:00:30 UTC (rev 165398)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=ufw-extras
-pkgver=0.3.0.g2d8cf5b
-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")
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  # use the latest tag
-  ver=`git describe --long` echo "${ver//-/.}"
-}
-
-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 165397, ufw-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-06 17:00:30 UTC (rev 165398)
@@ -0,0 +1,26 @@
+# $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:



More information about the arch-commits mailing list