summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-02-05 02:07:53 +0200
committereugene2024-02-05 02:07:53 +0200
commita2dbaf2f8510ae4e28bef68dc9f6b841265884e5 (patch)
tree91c6d09ee364b1d97990b17b47aae6c6909568a5
parent79e523d7d11115e77fe538f28cab711a3a1aa034 (diff)
downloadaur-a2dbaf2f8510ae4e28bef68dc9f6b841265884e5.tar.gz
update to 6.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 541d8391398f..9bae3953cd7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-uk
pkgdesc = Ukrainian spelling dictionary
- pkgver = 6.3.1
+ pkgver = 6.4.0
pkgrel = 1
url = https://github.com/brown-uk/dict_uk
arch = any
@@ -9,7 +9,7 @@ pkgbase = hunspell-uk
makedepends = gradle
makedepends = qt5-webengine
optdepends = hunspell: the spell checking libraries and apps
- 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
+ source = hunspell-uk-6.4.0.tar.gz::https://github.com/brown-uk/dict_uk/archive/refs/tags/v6.4.0.tar.gz
+ sha256sums = 39519a9877d089b217a7f2577e4bccff876d19cb90fe67d56def68b093999991
pkgname = hunspell-uk
diff --git a/PKGBUILD b/PKGBUILD
index c92980503327..a60cdf1c4e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rax Garfield <admin at dvizho.ks.ua>
pkgname=hunspell-uk
-pkgver=6.3.1
+pkgver=6.4.0
pkgrel=1
pkgdesc="Ukrainian spelling dictionary"
arch=(any)
@@ -11,7 +11,7 @@ license=(GPL-3.0-or-later CC-BY-NC-SA-4.0)
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=('2c06384f8cc98cc3a921ed437b91a1d955f42f626d3cfebf09e1a13362aeda0e')
+sha256sums=('39519a9877d089b217a7f2577e4bccff876d19cb90fe67d56def68b093999991')
build() {
cd "$srcdir/dict_uk-$pkgver"