Date: Wednesday, November 30, 2016 @ 16:56:59 Author: heftig Revision: 282386
0.6.14-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-30 16:54:03 UTC (rev 282385) +++ PKGBUILD 2016-11-30 16:56:59 UTC (rev 282386) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> pkgname=flatpak -pkgver=0.6.13 +pkgver=0.6.14 pkgrel=1 pkgdesc="Application deployment framework for desktop apps" url="http://flatpak.org" @@ -12,10 +12,10 @@ json-glib libseccomp libarchive libelf libcap) makedepends=(intltool python libxslt gobject-introspection gtk-doc git) install=flatpak.install -_commit=af983c2b0674d3d3532d1827cc2d1ad8eb4ce88e # tags/0.6.13^0 +_commit=109698c6b00f0957a53772cb924ca8b9d4962244 # tags/0.6.14^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://github.com/projectatomic/bubblewrap" - "git://git.gnome.org/libglnx") + "git+https://git.gnome.org/browse/libglnx") sha256sums=('SKIP' 'SKIP' 'SKIP')