Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / lzip


Commits:
a40903d4 by Bert Peters at 2025-03-27T22:02:54+01:00
upgpkg: 1.25-2: correct license

Fixes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = lzip
        pkgdesc = A lossless file compressor based on the LZMA algorithm
        pkgver = 1.25
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.nongnu.org/lzip/lzip.html
        arch = x86_64
-       license = GPL3
+       license = GPL-2.0-or-later
        depends = gcc-libs
+       depends = glibc
        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
=====================================
@@ -1,16 +1,17 @@
-# Maintainer:  Jiachen Yang <[email protected]>
+# Maintainer:  Bert Peters <[email protected]>
+# Contributor: Jiachen Yang <[email protected]>
 # Contributor: apophys <admin AT kubikmilan DOT sk>
 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
 # Contributor: Renzo Carbonara <gnuk0001/gmail.com>
 
 pkgname=lzip
 pkgver=1.25
-pkgrel=1
+pkgrel=2
 pkgdesc="A lossless file compressor based on the LZMA algorithm"
 arch=('x86_64')
 url="https://www.nongnu.org/lzip/lzip.html";
-license=('GPL3')
-depends=('gcc-libs')
+license=('GPL-2.0-or-later')
+depends=('gcc-libs' 'glibc')
 
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/a40903d4135b396ce7dd2229359b40686b008cb9

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


Reply via email to