Date: Wednesday, July 10, 2019 @ 05:02:02 Author: bpiotrowski Revision: 357497
1.4.2-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-10 04:58:21 UTC (rev 357496) +++ PKGBUILD 2019-07-10 05:02:02 UTC (rev 357497) @@ -2,8 +2,8 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=1.4.1 -pkgrel=2 +pkgver=1.4.2 +pkgrel=1 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="https://flatpak.org" arch=(x86_64) @@ -12,7 +12,7 @@ python bubblewrap appstream-glib xdg-dbus-proxy) makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) checkdepends=(valgrind) -_commit=663b5cd37036e59ec8b0447df644d385984f1d06 # tags/1.4.1^0 +_commit=f70978b4ad892cca6837153a3a1f7bc33ac347e8 # tags/1.4.2^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libglnx.git" "git+https://github.com/projectatomic/bubblewrap"
