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'
|
||||
pkgname=flatpak
|
||||
version=1.0.2
|
||||
version=1.0.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation --with-system-bubblewrap"
|
||||
hostmakedepends="bubblewrap glib-devel libxslt pkg-config bison"
|
||||
makedepends="appstream-glib-devel gpgme-devel json-glib-devel libcap-devel
|
||||
libostree-devel libseccomp-devel polkit-devel"
|
||||
checkdepends="dbus"
|
||||
checkdepends="bubblewrap dbus"
|
||||
depends="bubblewrap"
|
||||
short_desc="Application sandboxing and distribution framework"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
|
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
|
|||
homepage="https://flatpak.org/"
|
||||
changelog="https://github.com/flatpak/flatpak/blob/master/NEWS"
|
||||
distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz"
|
||||
checksum=f685625aa6c597ff7f7f241ca6e489aeb1d3c971e602490493765cb2aab71634
|
||||
checksum=06afc7728fdf79736a75e196099675def7addca0de08d11752849e9dc1b3734d
|
||||
|
||||
post_install() {
|
||||
rm -rf $DESTDIR/usr/lib/systemd
|
||||
|
|
Loading…
Reference in a new issue