kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / wild


Commits:
628224e2 by kpcyrd at 2026-04-13T19:50:30+02:00
upgpkg: 0.8.0-3: add ld.wild symlink

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = wild
        pkgdesc = A very fast linker for Linux written in Rust
        pkgver = 0.8.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/davidlattimore/wild
        arch = x86_64
        license = Apache-2.0
@@ -10,8 +10,9 @@ pkgbase = wild
        checkdepends = lld
        checkdepends = rust-musl
        makedepends = cargo
-       depends = libgcc
        depends = glibc
+       depends = libgcc
+       depends = libgcc_s.so
        depends = zstd
        source = 
https://github.com/davidlattimore/wild/archive/0.8.0/wild-0.8.0.tar.gz
        source = test-config.toml


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 
 pkgname=wild
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A very fast linker for Linux written in Rust"
 url='https://github.com/davidlattimore/wild'
 arch=('x86_64')
 license=('Apache-2.0' 'MIT')
 depends=(
-  'libgcc'
   'glibc'
+  'libgcc' 'libgcc_s.so'
   'zstd'
 )
 makedepends=(
@@ -33,7 +33,7 @@ 
b2sums=('fd4bf76a7074e20b8256461d79be0ac72679c6d4432c038997383cf1dd2d38a83fe84c1
 prepare() {
   cd "${pkgname}-${pkgver}"
   cp "${srcdir}/test-config.toml" .
-  cargo fetch --locked --target "$(rustc --print host-tuple)"
+  cargo fetch --locked --target host-tuple
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wild/-/commit/628224e2bccd684e8eaa45cdc62e80c3ced68447

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wild/-/commit/628224e2bccd684e8eaa45cdc62e80c3ced68447
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to