summaryrefslogtreecommitdiff
path: root/extra/libgdata/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgdata/PKGBUILD')
-rw-r--r--extra/libgdata/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libgdata/PKGBUILD b/extra/libgdata/PKGBUILD
index 695d8c10d..4512150d0 100644
--- a/extra/libgdata/PKGBUILD
+++ b/extra/libgdata/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 109662 2011-02-11 17:56:10Z heftig $
+# $Id: PKGBUILD 139373 2011-10-01 18:59:45Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgdata
-pkgver=0.8.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('libsoup-gnome')
+depends=('libsoup-gnome' 'liboauth')
makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
url="http://www.gnome.org"
options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1a816dda7de8ce162e00cc1c782a5ae25230a36d56c590a67d86848058797c9f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d7f27b1019905792246336599cadc7470b362806ed5e2c038a9f7c0da257f6ef')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"