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

Timothy Redaelli tredaelli at archlinux.org
Thu May 21 12:55:56 UTC 2015


    Date: Thursday, May 21, 2015 @ 14:55:55
  Author: tredaelli
Revision: 133907

upgpkg: miniupnpd 1.9.20150430-1

Modified:
  miniupnpd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-21 11:03:29 UTC (rev 133906)
+++ PKGBUILD	2015-05-21 12:55:55 UTC (rev 133907)
@@ -2,8 +2,8 @@
 # Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
 # Contributor: fauno <fauno at parabola.nu>
 pkgname=miniupnpd
-pkgver=1.9.20150307
-pkgrel=2
+pkgver=1.9.20150430
+pkgrel=1
 pkgdesc="Lightweight UPnP IGD daemon"
 arch=('i686' 'x86_64')
 url="http://miniupnp.free.fr"
@@ -14,7 +14,7 @@
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz"
         miniupnpd-1.8.20140401-foreground.patch
         miniupnpd.systemd)
-sha256sums=('7d8c9b1f7ed73e288b4e7e52e0af67de73ba07994a6984008a1a688568153409'
+sha256sums=('e1cce06fc17861cb523bdd629d501cc2aca587502e9d1daa2bf831e1e8d0582a'
             '79350f2dbb695b58744aa9036d34a7dfdcfc97cf0f5f3419b86bd9ca58482f8e'
             '74d23781dd585fc1a4af77b4f0144774c57a9743b6c3670e75029e65c92a3db0')
 
@@ -27,7 +27,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  CONFIG_OPTIONS="--strict --ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
+  CONFIG_OPTIONS="--ipv6 --igd2 --leasefile" make -f Makefile.linux config.h
   make -f Makefile.linux
 }
 



More information about the arch-commits mailing list