flatpak-builder: update to 1.0.12.
This commit is contained in:
parent
58e5a2d275
commit
4085e1f79f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'flatpak-builder'
|
||||
pkgname=flatpak-builder
|
||||
version=1.0.9
|
||||
version=1.0.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config xmlto"
|
||||
|
@ -11,7 +11,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/flatpak/flatpak-builder"
|
||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=d6ef390a1cd927db1cfb12b6d2e340227a69de3fd64308316a3e6a89c1390d03
|
||||
checksum=4780c1b8e0838ffb64e9639bd7801417964fd818c7c6d5e9afca4d5511ded2c8
|
||||
# Tests expects a Debian derivate hosts to build a flatpak container from.
|
||||
make_check=no
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" flatpak-devel"
|
||||
|
|
Loading…
Reference in New Issue