Date: Thursday, August 26, 2021 @ 19:52:05 Author: heftig Revision: 422585
1.1.1-1 Modified: flatpak-builder/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-26 19:49:34 UTC (rev 422584) +++ PKGBUILD 2021-08-26 19:52:05 UTC (rev 422585) @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak-builder -pkgver=1.0.14 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="Tool to build flatpaks from source" url="https://flatpak.org" arch=(x86_64) @@ -11,10 +11,12 @@ makedepends=(intltool gobject-introspection git docbook-xsl xmlto libdwarf) checkdepends=(valgrind) replaces=('flatpak<0.9.10') -_commit=a5df218bae3a019bb398a99dd8a3897b1849218c # tags/1.0.14^0 +_commit=10658573f207effe4c8459f265fc9f111cff7739 # tags/1.1.1^0 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit" - "git+https://gitlab.gnome.org/GNOME/libglnx.git") + "git+https://gitlab.gnome.org/GNOME/libglnx.git" + "git+https://sourceware.org/git/debugedit.git") sha256sums=('SKIP' + 'SKIP' 'SKIP') prepare() { @@ -22,6 +24,7 @@ git submodule init git submodule set-url libglnx "$srcdir/libglnx" + git submodule set-url debugedit "$srcdir/debugedit" git submodule update # https://github.com/flatpak/flatpak/issues/267
