[arch-commits] Commit in ufw-extras/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Mar 6 17:00:22 UTC 2016
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 <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at 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"
More information about the arch-commits
mailing list