Date: Monday, August 22, 2022 @ 18:52:05 Author: andyrtr Revision: 454416
upgpkg: libmythes 1:1.2.5-1: upstream update 1.2.5 Modified: libmythes/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-22 18:49:57 UTC (rev 454415) +++ PKGBUILD 2022-08-22 18:52:05 UTC (rev 454416) @@ -1,18 +1,18 @@ # Maintainer: AndyRTR <[email protected]> pkgname=libmythes -pkgver=1.2.4 -pkgrel=5 +pkgver=1.2.5 +pkgrel=1 epoch=1 pkgdesc="a simple thesaurus" arch=('x86_64') -url="https://hunspell.github.io/" +url="https://github.com/hunspell/mythes" license=('custom') depends=('glibc' 'perl') makedepends=('hunspell') provides=('mythes') -source=(https://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz) -sha512sums=('a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21') +source=(https://github.com/hunspell/mythes/releases/download/v${pkgver}/mythes-${pkgver}.tar.xz) +sha256sums=('19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d') build() { cd "${pkgname/lib/}"-$pkgver @@ -23,6 +23,7 @@ check() { cd "${pkgname/lib/}"-$pkgver + make check # run the example program: ./example th_en_US_new.idx th_en_US_new.dat checkme.lst # run the example program with stemming and morphological generation:
