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

Jan Steffens heftig at archlinux.org
Mon Oct 3 18:52:33 UTC 2011


    Date: Monday, October 3, 2011 @ 14:52:33
  Author: heftig
Revision: 139607

0.18.0

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-03 18:51:47 UTC (rev 139606)
+++ PKGBUILD	2011-10-03 18:52:33 UTC (rev 139607)
@@ -3,7 +3,7 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=gupnp
-pkgver=0.16.1
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="An object-oriented UPNP framework"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('gobject-introspection' 'gtk-doc')
 optdepends=('python2: gupnp-binding-tool')
 options=('!libtool')
-source=(http://gupnp.org/sites/all/files/sources/$pkgname-$pkgver.tar.gz)
-sha256sums=('f01a1f4fd36ce161a3df29fa83e1a0a2fb40d3c9f30f6b403e7791688ad24cfe')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('82f4758b26ef0531cf6301f526fe705f06c329eaef403bb30925128fcbb6a71a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,7 +22,7 @@
   sed -i '1s|^#!.*python$|&2|' tools/gupnp-binding-tool
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static
+              --disable-static --with-context-manager=linux
   make
 }
 




More information about the arch-commits mailing list