* update libmythes to 1:1.2.5-1

This commit is contained in:
Alexander Baldeck 2022-09-06 11:36:47 +02:00
parent 90c507cbd9
commit cc72f1ba11

View File

@ -2,18 +2,18 @@
# Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: AndyRTR <andyrtr@archlinux.org>
pkgname=libmythes pkgname=libmythes
pkgver=1.2.4 pkgver=1.2.5
pkgrel=5 pkgrel=1
epoch=1 epoch=1
pkgdesc="a simple thesaurus" pkgdesc="a simple thesaurus"
arch=(x86_64 powerpc64le powerpc riscv64) arch=(x86_64 powerpc64le powerpc riscv64)
url="https://hunspell.github.io/" url="https://github.com/hunspell/mythes"
license=('custom') license=('custom')
depends=('glibc' 'perl') depends=('glibc' 'perl')
makedepends=('hunspell') makedepends=('hunspell')
provides=('mythes') provides=('mythes')
source=(https://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz) source=(https://github.com/hunspell/mythes/releases/download/v${pkgver}/mythes-${pkgver}.tar.xz)
sha512sums=('a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21') sha256sums=('19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d')
build() { build() {
cd "${pkgname/lib/}"-$pkgver cd "${pkgname/lib/}"-$pkgver
@ -24,6 +24,7 @@ build() {
check() { check() {
cd "${pkgname/lib/}"-$pkgver cd "${pkgname/lib/}"-$pkgver
make check
# run the example program: # run the example program:
./example th_en_US_new.idx th_en_US_new.dat checkme.lst ./example th_en_US_new.idx th_en_US_new.dat checkme.lst
# run the example program with stemming and morphological generation: # run the example program with stemming and morphological generation: