[arch-commits] Commit in firewalld/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Sat Feb 8 19:57:57 UTC 2014


    Date: Saturday, February 8, 2014 @ 20:57:57
  Author: alucryd
Revision: 105472

upgpkg: firewalld 0.3.9.3-1

Modified:
  firewalld/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-08 19:29:14 UTC (rev 105471)
+++ PKGBUILD	2014-02-08 19:57:57 UTC (rev 105472)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail dot com>
-# Contributor: unikum <unikum dot pm at gmail.com>
-# Contributor: speed145a <jonathan at tagchapter dot com>
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: unikum <unikum.pm at gmail.com>
+# Contributor: speed145a <jonathan at tagchapter.com>
 
 pkgname=firewalld
-pkgver=0.3.9.2
+pkgver=0.3.9.3
 pkgrel=1
 pkgdesc='A firewall daemon with D-BUS interface providing a dynamic firewall'
 arch=('any')
@@ -17,17 +17,17 @@
 install="${pkgname}.install"
 source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
         'firewalld-paths.patch')
-sha256sums=('e70be52a52fdb93d2efc497ff5191bbc341ae045dcdb9f0e9c72905538b7ff5e'
+sha256sums=('2076665137ad93d574bb5c9688fc83b4971cf70e36bdf0fd20f885dd42553002'
             'e2f96a3fbd8e8b9168d49c9f39e76a69fff169e69f302d0c12e458ed698cabc6')
 
 prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
-  patch -Np1 -i "${srcdir}"/firewalld-paths.patch
+  patch -Np1 -i ../firewalld-paths.patch
 }
 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' --disable-schemas-compile
   make
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list