summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOctopusET2019-01-15 01:44:22 +0900
committerOctopusET2019-01-15 01:44:22 +0900
commita562174969db250908f6151b9460ad24aaaec41f (patch)
tree0e8b438607f08be4c2f31505f7dc65b510f852f2
parent182a51829aa6392ea0113fe5d0ec82b21d963c61 (diff)
downloadaur-a562174969db250908f6151b9460ad24aaaec41f.tar.gz
license update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432dd43b4340..7bd9e4644ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
pkgbase = hunspell-ko
pkgdesc = Korean dictionary for hunspell
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 3
url = http://code.google.com/p/spellcheck-ko
arch = any
+ license = LGPL3
+ license = MPL
+ license = GPL
license = CC BY-SA 4.0
makedepends = python>=3.5
depends = hunspell>=1.3.1
diff --git a/PKGBUILD b/PKGBUILD
index e2ec624c4a54..12ab29bb5c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,11 @@
# Contributor: OctopusET
pkgname=hunspell-ko
pkgver=0.7.1
-pkgrel=1
+pkgrel=3
pkgdesc="Korean dictionary for hunspell"
arch=('any')
url='http://code.google.com/p/spellcheck-ko'
-license=('LGPL3')
-license=('MPL')
-license=('GPL')
-license=('CC BY-SA 4.0')
+license=('LGPL3' 'MPL' 'GPL' 'CC BY-SA 4.0')
depends=('hunspell>=1.3.1')
makedepends=(
'python>=3.5'