summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f22aefde89c..3d34c603e89a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = hunspell-et
pkgdesc = Estonian hunspell dictionary
pkgver = 20030606
- pkgrel = 1
+ pkgrel = 2
url = http://www.meso.ee/~jjpp/speller/
arch = any
- license = LGPL
+ license = LicenseRef-custom
depends = hunspell
depends = hyphen
source = http://www.meso.ee/~jjpp/speller/ispell-et_20030606.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ba8ed5dffa51..244e3ae37c43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,18 @@
# Maintainer: Arti Zirk <arti@zirk.me>
+
+# NB: LibreOffice Dictionaries repo contains identical files but claim
+# to be much newer bogus 2008.07.01 version.
+# https://cgit.freedesktop.org/libreoffice/dictionaries/tree/et_EE
+
+# TODO: figure out how to build https://github.com/jjpp/plamk
+
pkgname=hunspell-et
pkgver=20030606
-pkgrel=1
+pkgrel=2
pkgdesc='Estonian hunspell dictionary'
arch=('any')
url='http://www.meso.ee/~jjpp/speller/'
-license=('LGPL')
+license=('LicenseRef-custom')
depends=('hunspell' 'hyphen')
source=("http://www.meso.ee/~jjpp/speller/ispell-et_$pkgver.tar.gz")
sha256sums=('4aea338eef90a977134e81e075277912938ce1a97344d7a0dbf238e274a86116')
@@ -21,4 +28,5 @@ package() {
install -Dm644 hyph_et.dic "$pkgdir/usr/share/hyphen/hyph_et_EE.dic"
install -Dm644 README "$pkgdir/usr/share/doc/hunspell-et/README"
+ install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}