summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-12-14 20:17:04 +0200
committereugene2023-12-14 20:17:04 +0200
commitb230a11abcb94a6a082c0a3b2982068ac0139232 (patch)
tree07f2ca4622abeada30a0c9ae2098d48c600562e2
parent6efcff59755db00b0dee8064eb35dc05fc9e3cba (diff)
downloadaur-b230a11abcb94a6a082c0a3b2982068ac0139232.tar.gz
update to 6.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e6b1e28d95f..e83c6123e94e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-uk
pkgdesc = Ukrainian spelling dictionary
- pkgver = 6.1.5
+ pkgver = 6.3.1
pkgrel = 1
url = https://github.com/brown-uk/dict_uk
arch = any
@@ -8,7 +8,7 @@ pkgbase = hunspell-uk
makedepends = gradle
makedepends = qt5-webengine
optdepends = hunspell: the spell checking libraries and apps
- source = hunspell-uk-6.1.5.tar.gz::https://github.com/brown-uk/dict_uk/archive/refs/tags/v6.1.5.tar.gz
- sha256sums = 97bbb19701a906f99e5b8d36992b6de5d44e39eb886b7d6bac9cf32b8c57e3e2
+ source = hunspell-uk-6.3.1.tar.gz::https://github.com/brown-uk/dict_uk/archive/refs/tags/v6.3.1.tar.gz
+ sha256sums = 2c06384f8cc98cc3a921ed437b91a1d955f42f626d3cfebf09e1a13362aeda0e
pkgname = hunspell-uk
diff --git a/PKGBUILD b/PKGBUILD
index af2725a96e65..08ca2d5ac3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rax Garfield <admin at dvizho.ks.ua>
pkgname=hunspell-uk
-pkgver=6.1.5
+pkgver=6.3.1
pkgrel=1
pkgdesc="Ukrainian spelling dictionary"
arch=(any)
@@ -11,7 +11,7 @@ license=(CCPL)
optdepends=('hunspell: the spell checking libraries and apps')
makedepends=(gradle qt5-webengine)
source=($pkgname-$pkgver.tar.gz::https://github.com/brown-uk/dict_uk/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=(97bbb19701a906f99e5b8d36992b6de5d44e39eb886b7d6bac9cf32b8c57e3e2)
+sha256sums=('2c06384f8cc98cc3a921ed437b91a1d955f42f626d3cfebf09e1a13362aeda0e')
build() {
cd "$srcdir/dict_uk-$pkgver"