summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'