Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / podlet


Commits:
2d923021 by Robin Candau at 2026-02-24T13:16:11+01:00
upgpkg: 0.3.1-3: gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = podlet
        pkgdesc = Generate podman quadlet (systemd-like) files from a podman 
command
        pkgver = 0.3.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/containers/podlet
        arch = x86_64
        license = MPL-2.0
        makedepends = cargo
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
        source = 
podlet-0.3.1.tar.gz::https://github.com/containers/podlet/archive/v0.3.1.tar.gz
        sha256sums = 
9dd2ce4a618563f8cb607106eb8082744b228575627bcc5e144c9f076e4be691
 


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 
 pkgname=podlet
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Generate podman quadlet (systemd-like) files from a podman command"
 arch=('x86_64')
 url="https://github.com/containers/podlet";
 license=('MPL-2.0')
-depends=('gcc-libs' 'glibc')
+depends=('glibc' 'libgcc')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha256sums=('9dd2ce4a618563f8cb607106eb8082744b228575627bcc5e144c9f076e4be691')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/podlet/-/commit/2d92302181fdcd53fbd04007f9b5b84f5b0c5afa

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/podlet/-/commit/2d92302181fdcd53fbd04007f9b5b84f5b0c5afa
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to