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

Jan de Groot jgc at archlinux.org
Wed Apr 5 11:21:19 UTC 2017


    Date: Wednesday, April 5, 2017 @ 11:21:18
  Author: jgc
Revision: 292110

upgpkg: gupnp 1.0.2-1

Modified:
  gupnp/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-05 11:06:55 UTC (rev 292109)
+++ PKGBUILD	2017-04-05 11:21:18 UTC (rev 292110)
@@ -3,7 +3,7 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=gupnp
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 depends=(gssdp util-linux)
 makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) 
 optdepends=('python2: gupnp-binding-tool')
-_commit=21e86d01f074fad9b05e474466f8c5772514af11  # tags/gupnp-1.0.1^0
-source=("git://git.gnome.org/gupnp#commit=$_commit")
+_commit=3ffd35b20066b70be86e1e55f1ac8e0b267a2009  # tags/gupnp-1.0.2^0
+source=("git+https://git.gnome.org/browse/gupnp#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -29,9 +29,10 @@
 
 build() {
   cd $pkgname
+  export CPPFLAGS="$CPPFLAGS -O"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --with-context-manager=linux --enable-gtk-doc
-  make
+              --disable-static --with-context-manager=linux --enable-gtk-doc --disable-debug
+  make V=1
 }
 
 check() {



More information about the arch-commits mailing list