summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4a2aba52a44..e8c946bdd468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = actiona
pkgrel = 1
url = https://wiki.actiona.tools
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
makedepends = qt5-tools
makedepends = boost
makedepends = cpp-mini
diff --git a/PKGBUILD b/PKGBUILD
index 7f3cd2cfbd63..d90ac0839b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A task automation tool that allows you to create and execute action lists'
arch=('x86_64')
url='https://wiki.actiona.tools'
-license=('GPL3')
+license=('GPL-3.0-only')
options=('!buildflags')
depends=('qt5-script' 'qt5-xmlpatterns' 'qt5-x11extras' 'qt5-multimedia' 'libnotify' 'qt5-speech' 'opencv' 'qt6-base' 'hdf5' 'glew' 'vtk' 'fmt' 'jsoncpp')
makedepends=('qt5-tools' 'boost' 'cpp-mini' 'cmake')
@@ -35,7 +35,6 @@ package() {
install -Dm644 docs/*.1 -t ${pkgdir}/usr/share/man/man1
install -Dm644 docs/actiona.xml -t ${pkgdir}/usr/share/mime/packages
install -Dm644 docs/examples/* -t ${pkgdir}/usr/share/actiona/examples
- install -Dm644 LICENSE -t ${pkgdir}/usr/share/licenses/actiona
cd build