Date: Monday, June 14, 2021 @ 20:25:13 Author: heftig Revision: 418244
1.0.14-1 Modified: flatpak-builder/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-14 20:21:00 UTC (rev 418243) +++ PKGBUILD 2021-06-14 20:25:13 UTC (rev 418244) @@ -1,7 +1,7 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak-builder -pkgver=1.0.12 +pkgver=1.0.14 pkgrel=1 pkgdesc="Tool to build flatpaks from source" url="https://flatpak.org" @@ -11,7 +11,7 @@ makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf) checkdepends=(python2 valgrind) replaces=('flatpak<0.9.10') -_commit=2b24480900e7871312b37c358e066c3387494c15 # tags/1.0.12^0 +_commit=a5df218bae3a019bb398a99dd8a3897b1849218c # tags/1.0.14^0 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libglnx.git") sha256sums=('SKIP' @@ -21,7 +21,7 @@ cd $pkgname git submodule init - git config --local submodule.libglnx.url "$srcdir/libglnx" + git submodule set-url libglnx "$srcdir/libglnx" git submodule update # https://github.com/flatpak/flatpak/issues/267
