Date: Wednesday, January 16, 2019 @ 05:41:17 Author: heftig Revision: 344210
1.1.3-2: FS#61420 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-16 01:51:19 UTC (rev 344209) +++ PKGBUILD 2019-01-16 05:41:17 UTC (rev 344210) @@ -2,7 +2,7 @@ pkgname=flatpak pkgver=1.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="http://flatpak.org" arch=(x86_64) @@ -28,6 +28,12 @@ prepare() { cd $pkgname + # Post-1.1.3 fixes + git cherry-pick -n 96fde5b29c86635a2bf5ef4e191d0ba63cbfe2c0 \ + 2a25ecf6ee8e6cff6ef56aeccc220b4640feb168 \ + 2f28a940b3488604d04c9b8ed8b81aad6c9e3337 \ + f28e8af9680074e1a6b4e6c90cb337fe2d52f26e + git submodule init git config --local submodule.bubblewrap.url "$srcdir/bubblewrap" git config --local submodule.libglnx.url "$srcdir/libglnx"
