AppStream: update to 0.14.3.
This commit is contained in:
parent
076cd9b380
commit
fa7f24664f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'AppStream'
|
||||
pkgname=AppStream
|
||||
version=0.13.1
|
||||
version=0.14.3
|
||||
revision=1
|
||||
wrksrc="appstream-${version}"
|
||||
build_style=meson
|
||||
|
@ -9,14 +9,15 @@ 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 libsoup-devel"
|
||||
makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel lmdb-devel
|
||||
libsoup-devel libcurl-devel"
|
||||
short_desc="Tools and libraries to work with AppStream metadata"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=81cf7131961fb2995691f144b92e1c791d89b7c5add430c05e41b9e751728483
|
||||
checksum=316823fc366d5dd708727f29f8f7be509b3419604c3f03cf2efd103e5c85d87d
|
||||
conf_files="/etc/appstream.conf"
|
||||
triggers="appstream-cache"
|
||||
|
||||
|
|
Loading…
Reference in a new issue