kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / librustls
Commits:
3810e4d7 by kpcyrd at 2026-02-28T16:53:59+01:00
upgpkg: 0.15.0-3: replace gcc-libs with libgcc
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = librustls
pkgdesc = Use rustls from languages other than Rust
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rustls/rustls-ffi
arch = x86_64
license = Apache-2.0
@@ -9,8 +9,8 @@ pkgbase = librustls
makedepends = cargo-c
makedepends = nasm
makedepends = rust
- depends = gcc-libs
depends = glibc
+ depends = libgcc
provides = librustls.so
provides = rustls-ffi
options = !lto
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
pkgname=librustls
pkgver=0.15.0
-pkgrel=2
+pkgrel=3
pkgdesc="Use rustls from languages other than Rust"
arch=('x86_64')
license=('Apache-2.0' 'MIT')
url='https://github.com/rustls/rustls-ffi'
depends=(
- gcc-libs
glibc
+ libgcc
)
makedepends=(
cargo-c
@@ -27,7 +27,7 @@
b2sums=('1b45c492fdbb79527d97e8a84143e4435198af095117ba5bdabe8d72d77adf65ba3b599
prepare() {
cd rustls-ffi-${pkgver}
- 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/librustls/-/commit/3810e4d78604bd9905b15bff618c225fe61b9f6b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/librustls/-/commit/3810e4d78604bd9905b15bff618c225fe61b9f6b
You're receiving this email because of your account on gitlab.archlinux.org.