flatpak: update to 1.0.3.
This commit is contained in:
parent
e98da98888
commit
eb377c9f41
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'flatpak'
|
# Template file for 'flatpak'
|
||||||
pkgname=flatpak
|
pkgname=flatpak
|
||||||
version=1.0.2
|
version=1.0.3
|
||||||
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"
|
||||||
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison"
|
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison"
|
||||||
makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel
|
makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel
|
||||||
libostree-devel libseccomp-devel polkit-devel"
|
libostree-devel libseccomp-devel polkit-devel"
|
||||||
checkdepends="dbus"
|
checkdepends="bubblewrap dbus"
|
||||||
depends="bubblewrap"
|
depends="bubblewrap"
|
||||||
short_desc="Application sandboxing and distribution framework"
|
short_desc="Application sandboxing and distribution framework"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
|
@ -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=f685625aa6c597ff7f7f241ca6e489aeb1d3c971e602490493765cb2aab71634
|
checksum=06afc7728fdf79736a75e196099675def7addca0de08d11752849e9dc1b3734d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf $DESTDIR/usr/lib/systemd
|
rm -rf $DESTDIR/usr/lib/systemd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue