summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD9
3 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68a31846d1d4..e587da3f65d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = hunspell-ie
pkgdesc = Interlingue hunspell dictionary
- pkgver = 0.6
- pkgrel = 2
+ pkgver = 1.0
+ pkgrel = 1
url = http://github.com/Carmina16/hunspell-ie
changelog = ChangeLog
arch = any
license = Apache
optdepends = hunspell: the spell checking libraries and apps
- source = https://github.com/Carmina16/hunspell-ie/archive/v0.6.tar.gz
- md5sums = 94929cf2bdbed5ad5aaac932550d34ad
+ source = https://github.com/Carmina16/hunspell-ie/archive/v1.0.tar.gz
+ md5sums = d54cd51fd96a74350997fc0bc77ec123
+ sha256sums = f1d7271c6e1da24d084fbbcb4871f25e7ab7614c33606eb1a51b07de4948aa22
pkgname = hunspell-ie
diff --git a/ChangeLog b/ChangeLog
index f3dcde78a9c0..dac3e6449afd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-13 Olga Smirnova <mistressilvara@hotmail.com>
+ * hunspell-ie :
+ New upstream version
+
2017-02-21 Olga Smirnova <mistressilvara@hotmail.com>
* hyphen-ie :
Install directory changed to 'hyphen'
diff --git a/PKGBUILD b/PKGBUILD
index 01cb6647b08d..c7ca94cb8292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Olga Smirnova <mistresssilvara@hotmail.com>
pkgbase='hunspell-ie'
pkgname=('hunspell-ie' 'hyphen-ie')
-pkgver=0.6
-pkgrel=2
+pkgver=1.0
+pkgrel=1
pkgdesc="Interlingue hunspell dictionary"
arch=('any')
url="http://github.com/Carmina16/hunspell-ie"
license=('Apache')
optdepends=('hunspell: the spell checking libraries and apps')
changelog=ChangeLog
-source=('https://github.com/Carmina16/hunspell-ie/archive/v0.6.tar.gz')
-md5sums=('94929cf2bdbed5ad5aaac932550d34ad')
+source=("https://github.com/Carmina16/hunspell-ie/archive/v${pkgver}.tar.gz")
+md5sums=('d54cd51fd96a74350997fc0bc77ec123')
+sha256sums=('f1d7271c6e1da24d084fbbcb4871f25e7ab7614c33606eb1a51b07de4948aa22')
package_hunspell-ie() {
cd "$srcdir/${pkgbase}-${pkgver}"