summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe513473e3b4..9f9e93cbf08d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = nomad-firewall-git
url = https://github.com/nomad-desktop/nomad-firewall
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL3
makedepends = git
makedepends = extra-cmake-modules
makedepends = kdoctools
diff --git a/PKGBUILD b/PKGBUILD
index 4b24ce1f8952..eab8ca0184b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="kcm module for ufw from nomad desktop"
arch=('i686' 'x86_64')
url="https://github.com/nomad-desktop/nomad-firewall"
-license=('GPL2')
+license=('GPL3')
depends=('kdeclarative' 'kcoreaddons' 'kcmutils' 'ki18n' 'plasma-framework' 'kdelibs4support'
'kauth' 'kconfig' 'kio' 'knewstuff' 'kconfigwidgets' 'net-tools' 'ufw')
makedepends=('git' 'extra-cmake-modules' 'kdoctools')