George Hu pushed to branch main at Arch Linux / Packaging / Packages /
fcitx5-lua
Commits:
4434e095 by George Hu at 2026-02-14T15:42:57+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = fcitx5-lua
pkgrel = 1
url = https://github.com/fcitx/fcitx5-lua
arch = x86_64
- license = GPL
+ license = LGPL-2.1-or-later
makedepends = git
makedepends = extra-cmake-modules
makedepends = ninja
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Lua support for Fcitx 5"
arch=('x86_64')
url="https://github.com/fcitx/fcitx5-lua"
-license=('GPL')
+license=('LGPL-2.1-or-later')
depends=('fcitx5' 'lua')
makedepends=('git' 'extra-cmake-modules' 'ninja')
source=("git+https://github.com/fcitx/fcitx5-lua.git#tag=$pkgver?signed")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-lua/-/commit/4434e0952f0eb1577b6590f588b32f4766832a8b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-lua/-/commit/4434e0952f0eb1577b6590f588b32f4766832a8b
You're receiving this email because of your account on gitlab.archlinux.org.