[arch-commits] Commit in firewalld/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Oct 6 17:01:00 UTC 2019
Date: Sunday, October 6, 2019 @ 17:00:59
Author: alucryd
Revision: 513617
upgpkg: firewalld 0.7.2-1
Modified:
firewalld/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 16:46:21 UTC (rev 513616)
+++ PKGBUILD 2019-10-06 17:00:59 UTC (rev 513617)
@@ -3,8 +3,8 @@
# Contributor: speed145a <jonathan at tagchapter.com>
pkgname=firewalld
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc='Firewall daemon with D-Bus interface'
arch=(any)
url=https://firewalld.org/
@@ -41,12 +41,20 @@
etc/firewalld/firewalld.conf
)
source=(
- git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
+ git+https://github.com/firewalld/firewalld.git#tag=06de1841cfe41cc8c3c3f7c073aabc1f9f5d0ad0
firewalld-sysconfigdir.patch
)
-sha256sums=('SKIP'
- 'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
+sha256sums=(
+ SKIP
+ cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
+)
+pkgver() {
+ cd firewalld
+
+ git describe --tags | sed 's/^v//'
+}
+
prepare() {
cd firewalld
More information about the arch-commits
mailing list