Date: Tuesday, May 23, 2017 @ 18:53:19 Author: heftig Revision: 296519
0.9.4-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-23 18:53:00 UTC (rev 296518) +++ PKGBUILD 2017-05-23 18:53:19 UTC (rev 296519) @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> pkgname=flatpak -pkgver=0.9.3 -pkgrel=2 +pkgver=0.9.4 +pkgrel=1 pkgdesc="Application deployment framework for desktop apps" url="http://flatpak.org" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto libdwarf) install=flatpak.install -_commit=99b2d90724f1d9db7330f669062ea1ffc9c57264 # tags/0.9.3^0 +_commit=cf2b44b04b80aaaf91834037d91bac2e17459a7b # tags/0.9.4^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://github.com/projectatomic/bubblewrap" "git+https://git.gnome.org/browse/libglnx")