kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / cargo-psp


Commits:
0824d6e6 by kpcyrd at 2026-03-01T19:15:30+01:00
upgpkg: 0.2.8-3: replace gcc-libs with libgcc

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = cargo-psp
        pkgdesc = cargo build wrapper for creating Sony PSP executables
        pkgver = 0.2.8
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/overdrivenpotato/rust-psp
        arch = x86_64
        license = MIT
-       depends = gcc-libs
-       depends = glibc
        depends = cargo
+       depends = glibc
+       depends = libgcc
        source = 
cargo-psp-0.2.8.tar.gz::https://crates.io/api/v1/crates/cargo-psp/0.2.8/download
        sha256sums = 
12c6f07f9a48f52053df4764a77156c09aa7be9da2612e8fd1abccb408ee2ed9
 


=====================================
PKGBUILD
=====================================
@@ -2,22 +2,22 @@
 
 pkgname=cargo-psp
 pkgver=0.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc='cargo build wrapper for creating Sony PSP executables'
 url='https://github.com/overdrivenpotato/rust-psp'
 arch=('x86_64')
 license=('MIT')
 depends=(
-  'gcc-libs'
-  'glibc'
   'cargo'
+  'glibc'
+  'libgcc'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
 sha256sums=('12c6f07f9a48f52053df4764a77156c09aa7be9da2612e8fd1abccb408ee2ed9')
 
 prepare() {
   cd "${pkgname}-${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/cargo-psp/-/commit/0824d6e6d983e9cc9c2c4a36eda31f21ca559219

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-psp/-/commit/0824d6e6d983e9cc9c2c4a36eda31f21ca559219
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to