Date: Sunday, March 6, 2016 @ 18:00:22
  Author: arodseth
Revision: 165397

upgpkg: ufw-extras 0.3-1

Modified:
  ufw-extras/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-03-06 16:44:05 UTC (rev 165396)
+++ PKGBUILD    2016-03-06 17:00:22 UTC (rev 165397)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rods...@gmail.com>
+# Maintainer: Alexander F Rødseth <xypr...@archlinux.org>
 
 pkgname=ufw-extras
-pkgver=0.3.0.g2d8cf5b
+pkgver=0.3
 pkgrel=1
 pkgdesc='Extra configuration files for UFW'
 arch=('any')
@@ -10,16 +10,9 @@
 makedepends=('git')
 depends=('ufw')
 license=('GPL2')
-source=("$pkgname::git://github.com/xyproto/$pkgname.git")
+source=("$pkgname::git://github.com/xyproto/$pkgname.git#tag=$pkgver")
 md5sums=('SKIP')
 
-pkgver() {
-  cd "$pkgname"
-
-  # use the latest tag
-  ver=`git describe --long` echo "${ver//-/.}"
-}
-
 package() {
   cd "$pkgname"
 

Reply via email to