George Hu pushed to branch main at Arch Linux / Packaging / Packages / libpoly
Commits:
f3f8253b by George Hu at 2026-01-16T23:16:01+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = libpoly
pkgrel = 1
url = https://github.com/SRI-CSL/libpoly
arch = x86_64
- license = LGPL
+ license = LGPL-3.0-or-later
makedepends = cmake
makedepends = ninja
makedepends = python
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='C library for manipulating polynomials'
arch=('x86_64')
url="https://github.com/SRI-CSL/libpoly"
-license=('LGPL')
+license=('LGPL-3.0-or-later')
depends=('gmp')
makedepends=('cmake' 'ninja' 'python')
source=("https://github.com/SRI-CSL/libpoly/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libpoly/-/commit/f3f8253b718b8726ee8b3154bcaa4d3b664bb12b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libpoly/-/commit/f3f8253b718b8726ee8b3154bcaa4d3b664bb12b
You're receiving this email because of your account on gitlab.archlinux.org.