Date: Monday, April 16, 2018 @ 17:11:48 Author: heftig Revision: 321916
2018.4-2 Modified: ostree/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-16 16:30:22 UTC (rev 321915) +++ PKGBUILD 2018-04-16 17:11:48 UTC (rev 321916) @@ -4,7 +4,7 @@ pkgname=ostree pkgver=2018.4 -pkgrel=1 +pkgrel=2 pkgdesc="Operating system and container binary deployment and upgrades" url="https://ostree.readthedocs.org/en/latest/" arch=(x86_64) @@ -25,6 +25,9 @@ prepare() { cd $pkgname + # https://bugs.archlinux.org/task/58229 + git cherry-pick -n 28c7bc6d0e153a0b07bdb82d25473a490765067f + git submodule init git config --local submodule.bsdiff.url "$srcdir/bsdiff" git config --local submodule.libglnx.url "$srcdir/libglnx"
