Date: Saturday, January 21, 2023 @ 06:55:31 Author: grawlinson Revision: 1387243
upgpkg: mold 1.10.0-1; new upstream release Modified: mold/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-21 06:54:47 UTC (rev 1387242) +++ PKGBUILD 2023-01-21 06:55:31 UTC (rev 1387243) @@ -2,9 +2,9 @@ # Contributor: Adrian Perez de Castro <[email protected]> pkgname=mold -pkgver=1.9.0 +pkgver=1.10.0 pkgrel=1 -_commit='ad0b6d0ac6a9b269935c3fbf4dae2815395431a4' +_commit='c935d6387afe1f7d78402ee466e731564d4ba187' pkgdesc='A Modern Linker' arch=('x86_64') url='https://github.com/rui314/mold' @@ -22,6 +22,13 @@ git describe --tags | sed 's/^v//' } +prepare() { + cd "$pkgname" + + # https://github.com/rui314/mold/issues/969 + git cherry-pick --no-commit 7e6554677f3183da599f9699d78600da239d1508 +} + build() { cmake \ -S "$pkgname" \
