George Hu pushed to branch main at Arch Linux / Packaging / Packages /
feathernotes
Commits:
3a3aa2e8 by George Hu at 2025-09-17T23:22:40+08:00
Use SPDX license expression
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = feathernotes
pkgrel = 1
url = https://github.com/tsujan/FeatherNotes
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = cmake
makedepends = ninja
makedepends = qt6-tools
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Lightweight Qt hierarchical notes-manager'
arch=('x86_64')
url='https://github.com/tsujan/FeatherNotes'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('hicolor-icon-theme' 'hunspell' 'qt6-svg')
makedepends=('cmake' 'ninja' 'qt6-tools')
source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc})
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feathernotes/-/commit/3a3aa2e81a5f8c32cff8da9c555d48186c2ddd08
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/feathernotes/-/commit/3a3aa2e81a5f8c32cff8da9c555d48186c2ddd08
You're receiving this email because of your account on gitlab.archlinux.org.