json-glib: update to 0.16.0.
This commit is contained in:
parent
0a2c649ebe
commit
08d720fc26
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'json-glib'.
|
||||
pkgname=json-glib
|
||||
version=0.15.2
|
||||
version=0.16.0
|
||||
revision=1
|
||||
configure_args="--enable-static --with-pic=yes"
|
||||
build_style=gnu-configure
|
||||
|
@ -10,8 +10,8 @@ short_desc="A JSON parser for GLib-based libraries and applications"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/JsonGlib"
|
||||
license="LGPL-2"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.15/${pkgname}-${version}.tar.xz"
|
||||
checksum=f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde
|
||||
distfiles="${GNOME_SITE}/${pkgname}/0.16/${pkgname}-${version}.tar.xz"
|
||||
checksum=e4a3fd2f399e4c148aad608e6ed0a94095f2ddde9dd12f5aa2f072ecae5c1d37
|
||||
long_desc="
|
||||
JSON-GLib implements a full JSON parser using GLib and GObject.
|
||||
|
||||
|
@ -21,7 +21,7 @@ long_desc="
|
|||
GObject instances to and from JSON data types."
|
||||
|
||||
json-glib-devel_package() {
|
||||
depends="glib-devel json-glib>=${version}"
|
||||
depends="libglib-devel json-glib>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in a new issue