Date: Monday, November 10, 2014 @ 23:24:37 Author: heftig Revision: 225915
0.16.1 Modified: libgdata/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-10 22:21:11 UTC (rev 225914) +++ PKGBUILD 2014-11-10 22:24:37 UTC (rev 225915) @@ -2,20 +2,20 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libgdata -pkgver=0.16.0 +pkgver=0.16.1 pkgrel=1 pkgdesc="GLib-based library for accessing online service APIs using the GData protocol" arch=('i686' 'x86_64') license=('GPL') depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts') -makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'python2') +makedepends=('intltool' 'gobject-introspection' 'vala' 'python2') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479') +sha256sums=('8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827') build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr --disable-static + ./configure --prefix=/usr --disable-static --disable-tests make }
