diff options
author | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
commit | 807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch) | |
tree | 80b0599366bffbfa57def09ed036e6ad635f1796 /extra/rest/PKGBUILD | |
parent | 0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff) |
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'extra/rest/PKGBUILD')
-rw-r--r-- | extra/rest/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/rest/PKGBUILD b/extra/rest/PKGBUILD index dd780e748..49c5e4a33 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 141264 2011-10-27 16:23:45Z ibiru $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> + pkgname=rest -pkgver=0.7.10 +pkgver=0.7.11 pkgrel=1 -pkgdesc="rest" +pkgdesc="A helper library for RESTful services." arch=('i686' 'x86_64') 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=('3a57a56433761c87ccdbfe6d57119361dc004286356c12815dc7a22b7b315490') build() { cd "$srcdir/$pkgname-$pkgver" |