flatpak: update to 0.9.3.

This commit is contained in:
Duncaen 2017-04-25 18:10:49 +02:00
parent 26c776c6b7
commit c3204551d6

View file

@ -1,6 +1,6 @@
# Template file for 'flatpak'
pkgname=flatpak
version=0.9.2
version=0.9.3
revision=1
build_style=gnu-configure
configure_args="--disable-documentation --with-system-bubblewrap"
@ -14,4 +14,8 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://flatpak.org/"
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
checksum=f6ff5f8188c46408e1e291c64a683caac82753278a839c250cd9279d22380e1c
checksum=a842e1ee03178a5f4236c39786433f6f822d22595a9ef4525004a6c72b4b3846
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"
fi