diff options
Diffstat (limited to 'extra/libgdata')
-rw-r--r-- | extra/libgdata/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libgdata/PKGBUILD b/extra/libgdata/PKGBUILD index bc4ebe09a..39a551db6 100644 --- a/extra/libgdata/PKGBUILD +++ b/extra/libgdata/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 198161 2013-10-30 13:09:59Z allan $ +# $Id: PKGBUILD 202189 2013-12-19 01:51:33Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgdata -pkgver=0.13.4 +pkgver=0.14.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') +makedepends=('intltool' 'gobject-introspection' 'vala') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('ae405145bb6a2109488b7123206b469b141f17317066471dd485b4ea50499c83') +sha256sums=('68bbb2cb70028d79edfaec17184389275044fd58bf881e36df2663e7e191ff1a') build() { cd "$pkgname-$pkgver" |