diff options
Diffstat (limited to 'gnome-unstable/libsoup/PKGBUILD')
-rw-r--r-- | gnome-unstable/libsoup/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-unstable/libsoup/PKGBUILD b/gnome-unstable/libsoup/PKGBUILD index 416e40082..30b8388ad 100644 --- a/gnome-unstable/libsoup/PKGBUILD +++ b/gnome-unstable/libsoup/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 152455 2012-03-07 15:13:11Z ibiru $ +# $Id: PKGBUILD 153891 2012-03-20 09:38:14Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=libsoup pkgname=('libsoup' 'libsoup-gnome') -pkgver=2.37.91 -pkgrel=2 +pkgver=2.37.92 +pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') makedepends=('glib2' 'libxml2' 'sqlite3' 'libgnome-keyring' 'intltool' 'gobject-introspection' 'glib-networking') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) options=('!libtool' '!emptydirs') -sha256sums=('9faa8abce324c948cd51a5d9cb956d0edc32e996724d9b0d4b2f02d0903939ba') +sha256sums=('c52fe22416f789e9395c27d4f589122e321cb903b7c6268a53d6c8c9235a3ef5') build() { cd "$pkgbase-$pkgver" |