summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasasu2016-12-17 21:36:31 +0800
committerSasasu2016-12-17 21:36:31 +0800
commit84728f142b3b9e6e2c88a2a39b5200c747437a89 (patch)
tree13a3d74a6d99524b439d4cef61d90ff8eb6c0d78
parentd2f741cfcb81ad9beac4f7ba2bdee09dd3cc347d (diff)
downloadaur-84728f142b3b9e6e2c88a2a39b5200c747437a89.tar.gz
fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44204d607a2d..49a318b061e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = kjieba
pkgrel = 1
url = https://github.com/isoft-linux/kjieba
arch = any
- license = unknown
+ license = GPL2
makedepends = git
makedepends = make
makedepends = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index 53342987c49e..4b404bb19bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="DBus interface of libcppjieba && Chinese2Pinyin for KDE5"
arch=('any')
url="https://github.com/isoft-linux/kjieba"
-license=('unknown')
+license=('GPL2')
depends=('gcc' 'qt5-base')
makedepends=('git' 'make' 'extra-cmake-modules')
source=("$pkgname::git+https://github.com/isoft-linux/kjieba"