flatpak: update to 0.9.9.
This commit is contained in:
parent
4d07ffdcf8
commit
c4b4c4d776
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flatpak'
|
# Template file for 'flatpak'
|
||||||
pkgname=flatpak
|
pkgname=flatpak
|
||||||
version=0.9.8
|
version=0.9.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation --with-system-bubblewrap"
|
configure_args="--disable-documentation --with-system-bubblewrap"
|
||||||
|
@ -13,8 +13,9 @@ short_desc="Application sandboxing and distribution framework"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://flatpak.org/"
|
homepage="http://flatpak.org/"
|
||||||
|
#changelog="https://github.com/flatpak/flatpak/blob/master/NEWS"
|
||||||
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
|
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
|
||||||
checksum=e502823c0b620b4f8248d28dda7afabe9544d7d436eb8df30cc8f1b7f58726ab
|
checksum=aa451388159a0e11f6e2ffe90e1236c37629021c12ede7d0bedb59b0294fe1c3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/lib/systemd
|
rm -rf $DESTDIR/usr/lib/systemd
|
||||||
|
|
Loading…
Reference in New Issue