summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-05-21 12:09:41 +0200
committerJan Neumann2017-05-21 12:09:41 +0200
commiteec6f1edb257477f81201a748130a681ffcea5a3 (patch)
tree90c48b61d9aec27dea6773dde23f79d1dc6eec88
parenta17b85a2f3954a21060d01198ff1d06d4dea2833 (diff)
downloadaur-eec6f1edb257477f81201a748130a681ffcea5a3.tar.gz
set license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c25d0425738..77574bff5cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ksmoothdock
url = https://github.com/dangvd/ksmoothdock
arch = i686
arch = x86_64
- license = N/A
+ license = GPL3
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index b52623169610..792352b91e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A cool desktop panel for KDE Plasma 5'
arch=('i686' 'x86_64')
url='https://github.com/dangvd/ksmoothdock'
-license=('N/A')
+license=('GPL3')
depends=('qt5-base' 'plasma-framework')
makedepends=('cmake' 'extra-cmake-modules' 'python')
source=("https://github.com/dangvd/ksmoothdock/archive/v5.6.tar.gz")