kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / wild
Commits:
8de880ba by kpcyrd at 2026-05-24T12:45:27+02:00
upgpkg: 0.9.0-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,24 +1,25 @@
pkgbase = wild
pkgdesc = A very fast linker for Linux written in Rust
- pkgver = 0.8.0
- pkgrel = 3
- url = https://github.com/davidlattimore/wild
+ pkgver = 0.9.0
+ pkgrel = 1
+ url = https://github.com/wild-linker/wild
arch = x86_64
license = Apache-2.0
license = MIT
checkdepends = clang
checkdepends = lld
checkdepends = rust-musl
+ checkdepends = taplo-cli
makedepends = cargo
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 =
https://github.com/wild-linker/wild/archive/0.9.0/wild-0.9.0.tar.gz
source = test-config.toml
- sha256sums =
3828028f41c668caf02aa9ffc4dc3bd1a33b4957eb66a7aa015f7c92e4f064ce
+ sha256sums =
f70ac025d158fd2c41be8f895a90a8f39b8b89fefbbb8ad5f45441f57b80156a
sha256sums =
f6d85c23f76bd8881c7e5d0e3de385aa130472bcef2f5d372d61e78774fa0248
- b2sums =
fd4bf76a7074e20b8256461d79be0ac72679c6d4432c038997383cf1dd2d38a83fe84c14d85f1d3ddb292f01d99bd453acb291c730c85f059f05744972a4ecf2
+ b2sums =
5c0e6e35e0b81fab7e16448322cb1d638ae4d22476cff4a7e2d0d51442fd2b9f1244f5e6b7029aeec6ebeda5ec2b1650ef639cef3115c9b0d052557c3db2a415
b2sums =
feea6dac7af3ff51d160dde9850da85013c63296ac16d1fa00e2a273bd18a9d9038ba2324209c0c064087e1e57acd83094332d9e71c5d195705c0021a001b63f
pkgname = wild
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,3 @@
[wild]
source = "git"
-git = "https://github.com/davidlattimore/wild.git"
+git = "https://github.com/wild-linker/wild.git"
=====================================
PKGBUILD
=====================================
@@ -2,10 +2,10 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=wild
-pkgver=0.8.0
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
pkgdesc="A very fast linker for Linux written in Rust"
-url='https://github.com/davidlattimore/wild'
+url='https://github.com/wild-linker/wild'
arch=('x86_64')
license=('Apache-2.0' 'MIT')
depends=(
@@ -20,14 +20,15 @@ checkdepends=(
'clang'
'lld'
'rust-musl'
+ 'taplo-cli'
)
source=(
-
https://github.com/davidlattimore/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/wild-linker/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
test-config.toml
)
-sha256sums=('3828028f41c668caf02aa9ffc4dc3bd1a33b4957eb66a7aa015f7c92e4f064ce'
+sha256sums=('f70ac025d158fd2c41be8f895a90a8f39b8b89fefbbb8ad5f45441f57b80156a'
'f6d85c23f76bd8881c7e5d0e3de385aa130472bcef2f5d372d61e78774fa0248')
-b2sums=('fd4bf76a7074e20b8256461d79be0ac72679c6d4432c038997383cf1dd2d38a83fe84c14d85f1d3ddb292f01d99bd453acb291c730c85f059f05744972a4ecf2'
+b2sums=('5c0e6e35e0b81fab7e16448322cb1d638ae4d22476cff4a7e2d0d51442fd2b9f1244f5e6b7029aeec6ebeda5ec2b1650ef639cef3115c9b0d052557c3db2a415'
'feea6dac7af3ff51d160dde9850da85013c63296ac16d1fa00e2a273bd18a9d9038ba2324209c0c064087e1e57acd83094332d9e71c5d195705c0021a001b63f')
prepare() {
@@ -38,11 +39,13 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
+ export CFLAGS+=" -ffat-lto-objects"
ZSTD_SYS_USE_PKG_CONFIG=1 cargo build --frozen --release
}
check() {
cd ${pkgname}-${pkgver}
+ export CFLAGS+=" -ffat-lto-objects"
ZSTD_SYS_USE_PKG_CONFIG=1 cargo test --frozen
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wild/-/commit/8de880bac6c09903d18f614f2e09b0883fdeafa6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wild/-/commit/8de880bac6c09903d18f614f2e09b0883fdeafa6
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