json-glib: update to 1.4.2.
This commit is contained in:
parent
bb5acacae1
commit
3c80af1b4a
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'json-glib'.
|
||||
pkgname=json-glib
|
||||
version=1.2.8
|
||||
version=1.4.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
build_style=meson
|
||||
configure_args="-Dintrospection=$(vopt_if gir true false)"
|
||||
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libglib-devel"
|
||||
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"
|
||||
license="LGPL-2"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a
|
||||
checksum=2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue