Date: Sunday, October 9, 2016 @ 10:56:22 Author: heftig Revision: 277949
0.6.12-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-09 10:41:45 UTC (rev 277948) +++ PKGBUILD 2016-10-09 10:56:22 UTC (rev 277949) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=0.6.11 +pkgver=0.6.12 pkgrel=1 pkgdesc="Application deployment framework for desktop apps" url="http://flatpak.org" @@ -12,8 +12,9 @@ json-glib libseccomp libarchive libelf libcap) makedepends=(intltool python libxslt gobject-introspection gtk-doc git) install=flatpak.install -source=("git+https://github.com/flatpak/flatpak#tag=$pkgver" - "git+https://git.gnome.org/browse/libglnx" +_commit=41d2e453622409e4387c36d64a72af589d87e345 # tags/0.6.12^0 +source=("git+https://github.com/flatpak/flatpak#commit=$_commit" + "git://git.gnome.org/libglnx" "git+https://github.com/projectatomic/bubblewrap") sha256sums=('SKIP' 'SKIP'
