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

Jan de Groot jgc at archlinux.org
Sat Sep 8 10:31:45 UTC 2012


    Date: Saturday, September 8, 2012 @ 06:31:44
  Author: jgc
Revision: 166488

upgpkg: libsoup 2.39.91-1

Update to 2.39.91

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-08 10:00:42 UTC (rev 166487)
+++ PKGBUILD	2012-09-08 10:31:44 UTC (rev 166488)
@@ -3,18 +3,19 @@
 
 pkgbase=libsoup
 pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.38.1
+pkgver=2.39.91
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('glib2' 'libxml2' 'sqlite' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking')
+makedepends=('glib2' 'libxml2' 'sqlite' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking' 'python2')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
 options=('!libtool' '!emptydirs')
-sha256sums=('71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a')
+sha256sums=('bec3aeef96918ea9ed199d2be331f37a8ed819a7c3405bf4c33646cac8dc5ab5')
 
 build() {
   cd "$pkgbase-$pkgver"
+  sed -i -e 's/env python/python2/' libsoup/tld-parser.py
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static
   make




More information about the arch-commits mailing list