json-glib: update to 1.4.4.
This commit is contained in:
parent
5b331caa50
commit
6e0ff18bae
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'json-glib'.
|
||||
# Template file for 'json-glib'
|
||||
pkgname=json-glib
|
||||
version=1.4.2
|
||||
version=1.4.4
|
||||
revision=1
|
||||
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"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://live.gnome.org/JsonGlib"
|
||||
license="LGPL-2"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8
|
||||
checksum=720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in a new issue