git » ripgrep.git » commit 784af33

Update license field in PKGBUILD to use SPDX License Identifiers

author sncix
2025-09-04 05:41:35 UTC
committer sncix
2025-09-04 05:41:35 UTC
parent cb07480d9807f0722d2d7765e4da638e279067b0

Update license field in PKGBUILD to use SPDX License Identifiers

Closes https://gitlab.archlinux.org/archlinux/packaging/packages/ripgrep/-/issues/1

.SRCINFO +1 -2
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index f499352..85897d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = ripgrep
 	pkgrel = 1
 	url = https://github.com/BurntSushi/ripgrep
 	arch = x86_64
-	license = MIT
-	license = custom
+	license = MIT OR Unlicense
 	makedepends = rust
 	depends = gcc-libs
 	depends = pcre2
diff --git a/PKGBUILD b/PKGBUILD
index 3f9c9af..5f3bf96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep"
 arch=('x86_64')
 url="https://github.com/BurntSushi/ripgrep"
-license=('MIT' 'custom')
+license=('MIT OR Unlicense')
 depends=('gcc-libs' 'pcre2')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/BurntSushi/$pkgname/archive/$pkgver.tar.gz")