Date: Thursday, June 7, 2018 @ 20:44:07 Author: heftig Revision: 326441
0.11.8-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-07 20:37:15 UTC (rev 326440) +++ PKGBUILD 2018-06-07 20:44:07 UTC (rev 326441) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=0.11.7 +pkgver=0.11.8 pkgrel=1 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="http://flatpak.org" @@ -13,10 +13,10 @@ makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) checkdepends=(valgrind) install=flatpak.install -_commit=bdc8b71bbd7b78d6ad648f5112600a9cfef45d4f # tags/0.11.7^0 +_commit=c86ad3125bd7f170ec529d176dccedbd89ba9f73 # tags/0.11.8^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://github.com/projectatomic/bubblewrap" - "git+https://git.gnome.org/browse/libglnx" + "git+https://gitlab.gnome.org/GNOME/libglnx.git" flatpak-bindir.sh flathub.flatpakrepo) sha256sums=('SKIP' 'SKIP' @@ -54,7 +54,6 @@ --libexecdir=/usr/lib \ --disable-static \ --enable-gtk-doc \ - --enable-p2p \ --with-system-bubblewrap \ --with-priv-mode=setuid \ --with-dbus-config-dir=/usr/share/dbus-1/system.d
