json-glib: update to 1.4.2.
This commit is contained in:
parent
bb5acacae1
commit
3c80af1b4a
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template build file for 'json-glib'.
|
# Template build file for 'json-glib'.
|
||||||
pkgname=json-glib
|
pkgname=json-glib
|
||||||
version=1.2.8
|
version=1.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||||
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="A JSON parser for GLib-based libraries and applications"
|
short_desc="A JSON parser for GLib-based libraries and applications"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://live.gnome.org/JsonGlib"
|
homepage="http://live.gnome.org/JsonGlib"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a
|
checksum=2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue