Date: Friday, September 14, 2018 @ 06:30:15 Author: bpiotrowski Revision: 334526
1.0.2-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-14 06:24:11 UTC (rev 334525) +++ PKGBUILD 2018-09-14 06:30:15 UTC (rev 334526) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="http://flatpak.org" @@ -8,11 +8,11 @@ arch=(x86_64) license=(LGPL2.1) depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp libarchive - python bubblewrap appstream-glib) + python bubblewrap appstream-glib xdg-dbus-proxy) makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) checkdepends=(valgrind) install=flatpak.install -_commit=e8d62a3aba9f7afeb3e14a764bed7d0f55c4441a # tags/1.0.1^0 +_commit=2ec63469ec9aecdf202458eff2d5217904214e19 # tags/1.0.2^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://github.com/projectatomic/bubblewrap" "git+https://gitlab.gnome.org/GNOME/libglnx.git" @@ -54,6 +54,7 @@ --disable-static \ --enable-gtk-doc \ --with-system-bubblewrap \ + --with-system-dbus-proxy \ --with-priv-mode=setuid \ --with-dbus-config-dir=/usr/share/dbus-1/system.d
