Date: Friday, August 28, 2020 @ 18:55:16 Author: felixonmars Revision: 394848
upgpkg: enchant 2.2.9-1 Modified: enchant/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-28 18:37:01 UTC (rev 394847) +++ PKGBUILD 2020-08-28 18:55:16 UTC (rev 394848) @@ -3,8 +3,8 @@ # Contributor: dorphell <[email protected]> pkgname=enchant -pkgver=2.2.8 -pkgrel=3 +pkgver=2.2.9 +pkgrel=1 pkgdesc="A wrapper library for generic spell checking" arch=('x86_64') url="https://abiword.github.io/enchant/" @@ -19,7 +19,7 @@ 'nuspell: for nuspell based spell checking support') provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so enchant_hunspell.so enchant_hspell.so enchant_aspell.so) source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz") -sha512sums=('4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090') +sha512sums=('cfed111cd4a0b01cc2001ae668548cd7dcb0772282d86540db2b1a400edc9f300fcf39b3a65b11e04ebcb727ba5c37e2bedfbfaa84ae512660bd5099c0eb2498') prepare() { cd $pkgname-$pkgver
