From b0fb2639bc309642042bd34dcc9e50a40a8aadec Mon Sep 17 00:00:00 2001 From: eweos-helper <134289199+eweos-helper[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:13:45 +0000 Subject: [PATCH] [hunspell] 1.7.3-1: new upstream version --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3c559650d..e37b80923 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Yao Zi pkgname=hunspell -pkgver=1.7.2 -pkgrel=3 +pkgver=1.7.3 +pkgrel=1 pkgdesc='The most popular spellchecking library.' url='https://hunspell.github.io/' arch=(x86_64 aarch64 riscv64 loongarch64) @@ -10,7 +10,7 @@ license=(LGPL GPL MPL) depends=(musl readline) provides=(libhunspell-1.7.so) source=("https://github.com/hunspell/hunspell/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('69fa312d3586c988789266eaf7ffc9861d9f6396c31fc930a014d551b59bbd6e') +sha256sums=('933be3dac6fd55f6e752331a170efb7e33800e40fae1156d8434cc8c85379a1b') build () { cd hunspell-$pkgver