summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12016-03-16 07:53:05 +0800
committerChocobo12016-03-16 07:53:05 +0800
commit644f13bf35d45f587ad039178b3c7ec89c5d3dbc (patch)
treed21d002ad931a58e909a853906c11e964be2d2f8
parentb01344735f6c6ae90af42a430248ff2cf125a69e (diff)
downloadaur-644f13bf35d45f587ad039178b3c7ec89c5d3dbc.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 5b57554e8ba7..d2c46827929a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = chewing-editor
arch = i686
arch = x86_64
license = GPL
- license = BSD
makedepends = cmake
makedepends = qt5-tools
depends = libchewing
diff --git a/PKGBUILD b/PKGBUILD
index 15800babe949..c0cc087c4317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mike Tzou <github27049215-aru AT yahoo.com.tw>
+# Maintainer: Chocobo1
pkgname=chewing-editor
pkgver=0.0.2
@@ -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=('cmake' 'qt5-tools')
install=$pkgname.install