summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoon Sungjoon2023-06-18 06:14:51 +0900
committerMoon Sungjoon2023-06-18 06:14:51 +0900
commita3f4c4f58fabae82182189d035fb0fab9ec26c60 (patch)
tree655ab1e61c7edd2a1d2485941bfbac815c39afb4
parentfa94af50782862ae8219be5cc38232bd84b3ee40 (diff)
downloadaur-a3f4c4f58fabae82182189d035fb0fab9ec26c60.tar.gz
Update to 0.7.94
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96bb4bdbfa9a..061e282327d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-ko
pkgdesc = Korean hunspell dictionary
- pkgver = 0.7.93
+ pkgver = 0.7.94
pkgrel = 1
url = https://github.com/spellcheck-ko/hunspell-dict-ko
arch = any
@@ -12,7 +12,7 @@ pkgbase = hunspell-ko
makedepends = python
makedepends = python-yaml
optdepends = hunspell: the spell checking libraries and apps
- source = hunspell-dict-ko-0.7.93.tar.gz::https://github.com/spellcheck-ko/hunspell-dict-ko/archive/refs/tags/0.7.93.tar.gz
- sha512sums = a3f74ad224a74356d1a91ebdb88241fbd99958039f52a9a71390a6bd5d0ea2c5867113f25ea1f50224a5dd4362e03cf96159794d3d35e2b3e554ab945aabcff9
+ source = hunspell-dict-ko-0.7.94.tar.gz::https://github.com/spellcheck-ko/hunspell-dict-ko/archive/refs/tags/0.7.94.tar.gz
+ sha512sums = 1dbcd566fdf37c1cdb26601cc546fddd8f91875d4a0a96cd4e5de7ca0f23005404559859b7a4eb4362c35d232ac062c23bdc8f4416feab1c32a76651faecf524
pkgname = hunspell-ko
diff --git a/PKGBUILD b/PKGBUILD
index becc104b3c32..6767f9326484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hunspell-ko
_pkgname=hunspell-dict-ko
-pkgver=0.7.93
+pkgver=0.7.94
pkgrel=1
pkgdesc="Korean hunspell dictionary"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3' 'custom')
makedepends=('hunspell' 'ispell' 'qt6-webengine' 'python' 'python-yaml')
optdepends=('hunspell: the spell checking libraries and apps')
source=($_pkgname-$pkgver.tar.gz::"https://github.com/spellcheck-ko/hunspell-dict-ko/archive/refs/tags/$pkgver.tar.gz")
-sha512sums=('a3f74ad224a74356d1a91ebdb88241fbd99958039f52a9a71390a6bd5d0ea2c5867113f25ea1f50224a5dd4362e03cf96159794d3d35e2b3e554ab945aabcff9')
+sha512sums=('1dbcd566fdf37c1cdb26601cc546fddd8f91875d4a0a96cd4e5de7ca0f23005404559859b7a4eb4362c35d232ac062c23bdc8f4416feab1c32a76651faecf524')
build() {
cd "$srcdir/$_pkgname-$pkgver"