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