Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ lzip


Commits:
06f88620 by Leonidas Spyropoulos at 2026-02-15T20:05:17+00:00
upgpkg: 1.25-3: rebuild for gcc-libs deprecation

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = lzip
        pkgdesc = A lossless file compressor based on the LZMA algorithm
        pkgver = 1.25
-       pkgrel = 2
+       pkgrel = 3
        url = https://www.nongnu.org/lzip/lzip.html
        arch = x86_64
        license = GPL-2.0-or-later
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        source = 
https://download.savannah.gnu.org/releases/lzip/lzip-1.25.tar.gz
        source = 
https://download.savannah.gnu.org/releases/lzip/lzip-1.25.tar.gz.sig
        validpgpkeys = 1D41C14B272A2219A739FA4F8FE99503132D7742


=====================================
PKGBUILD
=====================================
@@ -6,12 +6,12 @@
 
 pkgname=lzip
 pkgver=1.25
-pkgrel=2
+pkgrel=3
 pkgdesc="A lossless file compressor based on the LZMA algorithm"
 arch=('x86_64')
 url="https://www.nongnu.org/lzip/lzip.html";
 license=('GPL-2.0-or-later')
-depends=('gcc-libs' 'glibc')
+depends=('glibc' 'libgcc' 'libstdc++')
 
source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 sha256sums=('09418a6d8fb83f5113f5bd856e09703df5d37bae0308c668d0f346e3d3f0a56f'
             'SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lzip/-/commit/06f88620ba19e1842b1e8ad32979a01a391abef1

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


Reply via email to