summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-03-21 18:43:30 +0200
committereugene2024-03-21 18:43:30 +0200
commit49063a8a1d9ce128012371d0710faa7350b0c73e (patch)
tree8c89d244c1c543275159cf8e7ba8e65fca3b5544
parenta2dbaf2f8510ae4e28bef68dc9f6b841265884e5 (diff)
downloadaur-49063a8a1d9ce128012371d0710faa7350b0c73e.tar.gz
update to 6.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bae3953cd7d..4db871c3d3dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-uk
pkgdesc = Ukrainian spelling dictionary
- pkgver = 6.4.0
+ pkgver = 6.4.3
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.4.0.tar.gz::https://github.com/brown-uk/dict_uk/archive/refs/tags/v6.4.0.tar.gz
- sha256sums = 39519a9877d089b217a7f2577e4bccff876d19cb90fe67d56def68b093999991
+ source = hunspell-uk-6.4.3.tar.gz::https://github.com/brown-uk/dict_uk/archive/refs/tags/v6.4.3.tar.gz
+ sha256sums = 98e7e8eeaadfd604388917e19f4b56f2fc4820a4ca39c18d81ec689e0b7bddf8
pkgname = hunspell-uk
diff --git a/PKGBUILD b/PKGBUILD
index a60cdf1c4e20..d361917d5a85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rax Garfield <admin at dvizho.ks.ua>
pkgname=hunspell-uk
-pkgver=6.4.0
+pkgver=6.4.3
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=('39519a9877d089b217a7f2577e4bccff876d19cb90fe67d56def68b093999991')
+sha256sums=('98e7e8eeaadfd604388917e19f4b56f2fc4820a4ca39c18d81ec689e0b7bddf8')
build() {
cd "$srcdir/dict_uk-$pkgver"