diff options
Diffstat (limited to 'extra/libsocialweb/PKGBUILD')
-rw-r--r-- | extra/libsocialweb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libsocialweb/PKGBUILD b/extra/libsocialweb/PKGBUILD index 7052dc7e9..be18a112a 100644 --- a/extra/libsocialweb/PKGBUILD +++ b/extra/libsocialweb/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 127471 2011-06-15 14:38:56Z ibiru $ +# $Id: PKGBUILD 136705 2011-08-31 15:52:34Z ibiru $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> pkgname=libsocialweb -pkgver=0.25.18 +pkgver=0.25.19 pkgrel=1 pkgdesc="A personal social data server" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring' makedepends=('intltool' 'gtk-doc') options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz) -sha256sums=('67f4c8b0a49258f65defea1383893ba00aa7280508c980d8eaa1292fa2feb34c') +sha256sums=('377b165fed92e1d4f6c7a2430191388633ad25421a72d640e9e60dfdf1d54625') build() { cd "$srcdir/$pkgname-$pkgver" |