summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12016-03-16 07:54:13 +0800
committerChocobo12016-03-16 07:54:13 +0800
commit1607a50a518de4cd14bf9a1934f8398e380a91b3 (patch)
tree447674276bef0307fafabe06e3045e64727bd9c0
parentffcee299d61d050b6a5d0b1d9cea2ce0aad90bb9 (diff)
downloadaur-1607a50a518de4cd14bf9a1934f8398e380a91b3.tar.gz
Fix license
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29fcb4d2e431..dc1346f6aca4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = chewing-editor-git
arch = i686
arch = x86_64
license = GPL
- license = BSD
makedepends = git
makedepends = cmake
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 9f7d38e9f501..bc04012e1be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mike Tzou <github27049215-aru AT yahoo.com.tw>
+# Maintainer: Chocobo1
pkgname=chewing-editor-git
pkgver=0.0.2.r17.gd9b7f53
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Cross platform chewing user phrase editor"
arch=('i686' 'x86_64')
url="http://chewing.im"
-license=('GPL' 'BSD')
+license=('GPL')
depends=('libchewing' 'qt5-base' 'hicolor-icon-theme')
makedepends=('git' 'cmake' 'qt5-tools')
install=$pkgname.install