flatpak: update to 0.10.0.
This commit is contained in:
parent
3216798f9d
commit
0036ee61cc
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flatpak'
|
# Template file for 'flatpak'
|
||||||
pkgname=flatpak
|
pkgname=flatpak
|
||||||
version=0.9.99
|
version=0.10.0
|
||||||
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"
|
||||||
homepage="http://flatpak.org/"
|
homepage="http://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=7a41618c5ddaed26005c13595c70f1b8271f1c86785f762f07e6bb448b7fce25
|
checksum=57920502e154088e8a1776137e98786d53736daa92bb49c0920a0df1b7032da9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/lib/systemd
|
rm -rf $DESTDIR/usr/lib/systemd
|
||||||
|
|
Loading…
Reference in New Issue