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

Jan de Groot jgc at archlinux.org
Wed Aug 12 08:49:47 UTC 2009


    Date: Wednesday, August 12, 2009 @ 04:49:47
  Author: jgc
Revision: 49548

Update to 2.27.90:
- Switch to sha256sums

Added:
  libsoup/gnome-unstable/
Modified:
  libsoup/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-12 08:01:12 UTC (rev 49547)
+++ gnome-unstable/PKGBUILD	2009-08-12 08:49:47 UTC (rev 49548)
@@ -2,22 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libsoup
-pkgver=2.26.3
+pkgver=2.27.90
 pkgrel=1
 pkgdesc="Gnome HTTP Library"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('glib2>=2.20.4' 'gnutls>=2.8.1' 'libxml2>=2.7.3' 'libproxy>=0.2.3' 'sqlite3>=3.6.15' 'gconf>=2.26.0-3')
+depends=('glib2>=2.21.4' 'gnutls>=2.8.1' 'libxml2>=2.7.3' 'libproxy>=0.2.3' 'sqlite3>=3.6.16' 'gconf>=2.26.2-3')
 makedepends=('intltool' 'pkgconfig')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
 options=('!libtool' '!emptydirs')
-md5sums=('19f15636380a9a08a0f071cc53069b80')
+sha256sums=('13feddf449887129a118980c42a423a4b967ff894e24c2d335301e24b5e3ed66')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list