Date: Monday, January 23, 2023 @ 07:39:22 Author: grawlinson Revision: 1387897
upgpkg: mold 1.10.1-1; new upstream release Modified: mold/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-23 06:23:40 UTC (rev 1387896) +++ PKGBUILD 2023-01-23 07:39:22 UTC (rev 1387897) @@ -2,9 +2,9 @@ # Contributor: Adrian Perez de Castro <[email protected]> pkgname=mold -pkgver=1.10.0 +pkgver=1.10.1 pkgrel=1 -_commit='c935d6387afe1f7d78402ee466e731564d4ba187' +_commit='040180f933d33fa246f9d2961c2d6e8b74241463' pkgdesc='A Modern Linker' arch=('x86_64') url='https://github.com/rui314/mold' @@ -22,13 +22,6 @@ 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" \
