Date: Wednesday, February 14, 2018 @ 15:12:19 Author: heftig Revision: 317013
0.10.4-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-14 15:00:07 UTC (rev 317012) +++ PKGBUILD 2018-02-14 15:12:19 UTC (rev 317013) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=0.10.3 +pkgver=0.10.4 pkgrel=1 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="http://flatpak.org" @@ -13,7 +13,7 @@ makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) checkdepends=(valgrind) install=flatpak.install -_commit=a3a83241e398b72cdd8b13b13c55ef5ad330a5ed # tags/0.10.3^0 +_commit=c576d284dc123be15c7003fee6a8184eddeaf462 # tags/0.10.4^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://github.com/projectatomic/bubblewrap" "git+https://git.gnome.org/browse/libglnx" @@ -53,6 +53,7 @@ --sbindir=/usr/bin \ --libexecdir=/usr/lib/$pkgname \ --disable-static \ + --disable-document-portal \ --enable-gtk-doc \ --enable-p2p \ --with-system-bubblewrap \
