git » pv.git » commit 226936d

Update license to reflect upstream re-license to GPLv3+

author John Leuenhagen
2024-02-04 11:00:35 UTC
committer Caleb Maclennan
2024-02-04 11:00:35 UTC
parent 431d5133c7bb4401a4d7fcf9feeaca3a1812ce22

Update license to reflect upstream re-license to GPLv3+

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index e694e47..a3c2ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pv
 	pkgrel = 1
 	url = https://www.ivarch.com/programs/pv.shtml
 	arch = x86_64
-	license = custom:Artistic 2.0
+	license = GPL-3.0-or-later
 	depends = glibc
 	source = https://www.ivarch.com/programs/sources/pv-1.8.5.tar.gz
 	source = pv-1.8.5.tar.gz.sig::https://www.ivarch.com/programs/sources/pv-1.8.5.tar.gz.txt
diff --git a/PKGBUILD b/PKGBUILD
index 9154884..2937a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=(x86_64)
 url="https://www.ivarch.com/programs/$pkgname.shtml"
 # _url="https://codeberg.org/a-j-wood/$pkgname"
 # _url="https://github.com/a-j-wood/$pkgname"
-license=('custom:Artistic 2.0')
+license=('GPL-3.0-or-later')
 depends=(glibc)
 _archive="$pkgname-$pkgver"
 source=("${url%/*}/sources/$_archive.tar.gz"