Date: Sunday, January 1, 2023 @ 16:43:57 Author: andyrtr Revision: 465120
upgpkg: hunspell 1.7.2-1: upstream update 1.7.2 Modified: hunspell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-01 16:41:11 UTC (rev 465119) +++ PKGBUILD 2023-01-01 16:43:57 UTC (rev 465120) @@ -2,16 +2,16 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=hunspell -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('x86_64') -url="https://github.com/hunspell/mythes" +url="https://github.com/hunspell/hunspell" license=('GPL' 'LGPL' 'MPL') depends=('gcc-libs' 'readline') optdepends=('perl: for ispellaff2myspell') source=(https://github.com/hunspell/hunspell/releases/download/v${pkgver}/hunspell-${pkgver}.tar.gz) -sha256sums=('b2d9c5369c2cc7f321cb5983fda2dbf007dce3d9e17519746840a6f0c4bf7444') +sha256sums=('11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8') build() { cd hunspell-$pkgver
