* update mold to 2.36.0-1

This commit is contained in:
Alexander Baldeck 2025-01-09 13:22:35 +01:00
parent f08a694484
commit c0292ae5c0
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mold pkgbase = mold
pkgdesc = A Modern Linker pkgdesc = A Modern Linker
pkgver = 2.35.1 pkgver = 2.36.0
pkgrel = 1 pkgrel = 1
url = https://github.com/rui314/mold url = https://github.com/rui314/mold
arch = x86_64 arch = x86_64
@ -23,7 +23,7 @@ pkgbase = mold
depends = zstd depends = zstd
options = !debug options = !debug
options = !distcc options = !distcc
source = mold::git+https://github.com/rui314/mold.git#tag=v2.35.1 source = mold::git+https://github.com/rui314/mold.git#tag=v2.36.0
b2sums = 095f2384e97d4292c3436e7240583fc1cd1a091e3ed0cca1eff8063b5a2f5b337816f416a6f31268626ce749b460ad0149f02d97555f0c4439b4ca5ac1857de1 b2sums = bc1e7ff201888afff2c5d3911ea6d88d1474871677eaeb99544bdb8054e472a15bb45fc469fe0ad8ff29cee85dee9715dfa8ceea347294482555852bb20f0913
pkgname = mold pkgname = mold

View File

@ -3,7 +3,7 @@
# Contributor: Adrian Perez de Castro <aperez@igalia.com> # Contributor: Adrian Perez de Castro <aperez@igalia.com>
pkgname=mold pkgname=mold
pkgver=2.35.1 pkgver=2.36.0
pkgrel=1 pkgrel=1
pkgdesc='A Modern Linker' pkgdesc='A Modern Linker'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -15,7 +15,7 @@ makedepends=('git' 'python' 'cmake' 'mold')
checkdepends=('clang' 'libdwarf') checkdepends=('clang' 'libdwarf')
options=(!debug !distcc) options=(!debug !distcc)
source=("$pkgname::git+$url.git#tag=v$pkgver") source=("$pkgname::git+$url.git#tag=v$pkgver")
b2sums=('095f2384e97d4292c3436e7240583fc1cd1a091e3ed0cca1eff8063b5a2f5b337816f416a6f31268626ce749b460ad0149f02d97555f0c4439b4ca5ac1857de1') b2sums=('bc1e7ff201888afff2c5d3911ea6d88d1474871677eaeb99544bdb8054e472a15bb45fc469fe0ad8ff29cee85dee9715dfa8ceea347294482555852bb20f0913')
build() { build() {
export LDFLAGS="${CFLAGS/-Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack/}" export LDFLAGS="${CFLAGS/-Wl,--no-warn-rwx-segments -Wl,--no-warn-execstack/}"