AppStream: update to 0.15.2.

This commit is contained in:
Michal Vasilek 2022-04-09 12:34:53 +02:00
parent fd1e34f504
commit 0879accd82

View file

@ -1,6 +1,6 @@
# Template file for 'AppStream'
pkgname=AppStream
version=0.14.6
version=0.15.2
revision=1
wrksrc="appstream-${version}"
build_style=meson
@ -8,16 +8,16 @@ build_helper="gir qemu"
configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)
-Dstemming=false -Dapidocs=false -Dqt=true"
hostmakedepends="docbook-xsl gettext glib-devel gperf libxslt pkg-config
qt5-host-tools $(vopt_if vala vala)"
makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel lmdb-devel
qt5-host-tools $(vopt_if vala vala) itstool"
makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel libxmlb-devel
libsoup-devel libcurl-devel"
short_desc="Tools and libraries to work with AppStream metadata"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-2.0-or-later"
homepage="https://github.com/ximion/appstream"
changelog="https://raw.githubusercontent.com/ximion/appstream/master/NEWS"
distfiles="https://github.com/ximion/appstream/archive/v${version}.tar.gz"
checksum=fd71649aeefe1cb561f1921193b253033d21566bdcce849c93e37fdb21113560
checksum=70c95545ac2cde87c9ba4a292648ed64ed1211fb24d792b5b9e84f870a83fe9d
conf_files="/etc/appstream.conf"
triggers="appstream-cache"