flatpak: update to 1.0.1.
This commit is contained in:
parent
585ddc651f
commit
03bd95dd85
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flatpak'
|
# Template file for 'flatpak'
|
||||||
pkgname=flatpak
|
pkgname=flatpak
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
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"
|
||||||
|
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://flatpak.org/"
|
homepage="https://flatpak.org/"
|
||||||
changelog="https://github.com/flatpak/flatpak/blob/master/NEWS"
|
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=e61bd01cffbbbb2ecd6a0946307987f9de795533358ba6ed7c63ce0c9f3b03e7
|
checksum=c464efc3aeccd9a97e42fa3c2fda13fde59aca1aadb08ce7a9e27d9e9a7a5e24
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/lib/systemd
|
rm -rf $DESTDIR/usr/lib/systemd
|
||||||
|
|
Loading…
Reference in New Issue