rest: update to 0.7.11.
This commit is contained in:
parent
b0f67a7760
commit
3274e41bbc
2 changed files with 6 additions and 5 deletions
|
@ -6,9 +6,8 @@ long_desc="${long_desc}
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run libxml2-devel
|
|
||||||
Add_dependency run libsoup-devel
|
Add_dependency run libsoup-devel
|
||||||
Add_dependency run libsoup-gnome-devel
|
Add_dependency run libxml2-devel
|
||||||
Add_dependency run rest
|
Add_dependency run rest
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
# Template file for 'rest'
|
# Template file for 'rest'
|
||||||
pkgname=rest
|
pkgname=rest
|
||||||
version=0.7.10
|
version=0.7.11
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
homepage="http://www.gnome.org"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="RESTful library"
|
short_desc="RESTful library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=2908f974ae6cc71af1152d419209f307bcce8ca2dfe0b4b55b3fad8ba4a646a5
|
license="GPL-2"
|
||||||
|
checksum=3a57a56433761c87ccdbfe6d57119361dc004286356c12815dc7a22b7b315490
|
||||||
long_desc="
|
long_desc="
|
||||||
This library has been designed to make it easier to access web services that
|
This library has been designed to make it easier to access web services that
|
||||||
claim to be RESTful. A reasonable definition of what this means can be found
|
claim to be RESTful. A reasonable definition of what this means can be found
|
||||||
|
|
Loading…
Reference in a new issue