George Hu pushed to branch main at Arch Linux / Packaging / Packages /
libbytesize
Commits:
9b41dc7e by George Hu at 2026-01-11T15:26:03+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = libbytesize
pkgrel = 2
url = https://github.com/storaged-project/libbytesize
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-or-later
checkdepends = python-polib
makedepends = python
depends = mpfr
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc='A tiny library providing a C "class" for working with arbitrary big
sizes in bytes'
arch=('x86_64')
url="https://github.com/storaged-project/libbytesize"
-license=('LGPL')
+license=('LGPL-2.1-or-later')
depends=('mpfr' 'pcre2')
makedepends=('python')
checkdepends=('python-polib')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libbytesize/-/commit/9b41dc7e251e2d2575e8b22e153e96753c0dba1a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libbytesize/-/commit/9b41dc7e251e2d2575e8b22e153e96753c0dba1a
You're receiving this email because of your account on gitlab.archlinux.org.