George Hu pushed to branch main at Arch Linux / Packaging / Packages / marisa
Commits:
af7b5ec5 by George Hu at 2026-01-09T12:05:15+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -3,8 +3,7 @@ pkgbase = marisa
pkgrel = 20
url = https://github.com/s-yata/marisa-trie
arch = x86_64
- license = BSD
- license = LGPL
+ license = BSD-2-Clause OR LGPL-2.1-or-later
makedepends = python
makedepends = ruby
makedepends = perl
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgver=0.2.6
pkgrel=20
arch=('x86_64')
url="https://github.com/s-yata/marisa-trie"
-license=('BSD' 'LGPL')
+license=('BSD-2-Clause OR LGPL-2.1-or-later')
makedepends=('python' 'ruby' 'perl' 'swig' 'python-setuptools')
source=("marisa-trie-$pkgver.tar.gz::https://github.com/s-yata/marisa-trie/archive/v$pkgver.tar.gz"
fix-format-security.patch)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marisa/-/commit/af7b5ec50ca05e541eff6fe746f82ff00b2b7765
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marisa/-/commit/af7b5ec50ca05e541eff6fe746f82ff00b2b7765
You're receiving this email because of your account on gitlab.archlinux.org.