Date: Monday, September 16, 2013 @ 16:32:52 Author: jgc Revision: 194455
upgpkg: libsoup 2.43.90-1 Modified: libsoup/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-16 14:28:04 UTC (rev 194454) +++ PKGBUILD 2013-09-16 14:32:52 UTC (rev 194455) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libsoup -pkgver=2.42.2 +pkgver=2.43.90 pkgrel=1 pkgdesc="GNOME HTTP Library" arch=(i686 x86_64) @@ -9,20 +9,16 @@ license=(LGPL) url="http://www.gnome.org" depends=(glib2 libxml2 glib-networking sqlite) -makedepends=(intltool gobject-introspection python2) +makedepends=(intltool gobject-introspection python) provides=("libsoup-gnome=$pkgver-$pkgrel") conflicts=(libsoup-gnome) replaces=(libsoup-gnome) options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('1f4f9cc55ba483dc8defea0c3f97cc507dc48384c5529179e29c1e6d05630dbf') +sha256sums=('ab3d734b17f12c8d0d3b7e6cdd39f0ec10358a0310ccf9cd31c26e8e04fc77bf') build() { cd $pkgname-$pkgver - - # Python3 has UnicodeDecodeErrors - sed -i -e '1s/python$/&2/' libsoup/tld-parser.py - ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static make
