diff options
author | root <root@rshg054.dnsready.net> | 2013-10-16 00:57:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-16 00:57:16 -0700 |
commit | c22d00d6478c9a00b4c7e491af65637537247c8f (patch) | |
tree | e6346097789cc44df5dc5e4340ad33ffe507b31c /extra/libsoup | |
parent | 5d8af7c82b707f4cbda87bb0538fef84daf3791b (diff) |
Wed Oct 16 00:56:43 PDT 2013
Diffstat (limited to 'extra/libsoup')
-rw-r--r-- | extra/libsoup/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libsoup/PKGBUILD b/extra/libsoup/PKGBUILD index 606854716..68abac436 100644 --- a/extra/libsoup/PKGBUILD +++ b/extra/libsoup/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196121 2013-10-07 11:53:05Z jgc $ +# $Id: PKGBUILD 196594 2013-10-15 14:56:31Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libsoup -pkgver=2.44.0 +pkgver=2.44.1 pkgrel=1 pkgdesc="GNOME HTTP Library" arch=(i686 x86_64) @@ -16,7 +16,7 @@ conflicts=(libsoup-gnome) replaces=(libsoup-gnome) options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('2ed9b200bda39c686d19eb4a0a5464e9166d09cbb3ced5a689c78214e83b5c27') +sha256sums=('c532c331dd5f7eb78438867302ed6897a847c82b287ed9347bea8d1937974c1d') build() { cd $pkgname-$pkgver |