Date: Friday, March 4, 2022 @ 15:30:23 Author: heftig Revision: 438885
1.13.1-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-04 15:29:37 UTC (rev 438884) +++ PKGBUILD 2022-03-04 15:30:23 UTC (rev 438885) @@ -3,7 +3,7 @@ # Contributor: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=1.12.6 +pkgver=1.13.1 pkgrel=1 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="https://flatpak.org" @@ -10,11 +10,11 @@ arch=(x86_64) license=(LGPL) depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp libarchive - python bubblewrap appstream-glib xdg-dbus-proxy systemd) + python bubblewrap appstream-glib appstream xdg-dbus-proxy systemd) makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) checkdepends=(valgrind socat) provides=(libflatpak.so) -_commit=e49f5289bcff0bdfabb668a27f9a1ed5e775d71c # tags/1.12.6^0 +_commit=00c36185bd6e89267fe97b7e2fcd8c36bc3ae0b9 # tags/1.13.1^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" git+https://gitlab.gnome.org/GNOME/libglnx.git git+https://github.com/projectatomic/bubblewrap @@ -39,8 +39,8 @@ cd flatpak git submodule init + git submodule set-url libglnx "$srcdir/libglnx" git submodule set-url bubblewrap "$srcdir/bubblewrap" - git submodule set-url libglnx "$srcdir/libglnx" git submodule set-url dbus-proxy "$srcdir/xdg-dbus-proxy" git submodule set-url variant-schema-compiler "$srcdir/variant-schema-compiler" git submodule update
