summaryrefslogtreecommitdiff
path: root/extra/rest/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rest/PKGBUILD')
-rw-r--r--extra/rest/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/rest/PKGBUILD b/extra/rest/PKGBUILD
index 721a90b53..562d2542d 100644
--- a/extra/rest/PKGBUILD
+++ b/extra/rest/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 120404 2011-04-23 20:50:45Z ibiru $
+# $Id: PKGBUILD 142505 2011-11-10 20:16:20Z ibiru $
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
+
pkgname=rest
-pkgver=0.7.10
+pkgver=0.7.12
pkgrel=1
-pkgdesc="rest"
+pkgdesc="A helper library for RESTful services."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gtk.org/"
license=('GPL2')
depends=('glib2' 'libxml2' 'libsoup-gnome')
-makedepends=('gobject-introspection' 'gtk-doc')
+makedepends=('gobject-introspection')
options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('2908f974ae6cc71af1152d419209f307bcce8ca2dfe0b4b55b3fad8ba4a646a5')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('16ffa4929078dabfcfac31f9ce942072ebab67e3339ce9f378127457b03baf3a')
build() {
cd "$srcdir/$pkgname-$pkgver"