* update libmythes to 1:1.2.5-1
This commit is contained in:
parent
90c507cbd9
commit
cc72f1ba11
@ -2,18 +2,18 @@
|
||||
# Maintainer: AndyRTR <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=libmythes
|
||||
pkgver=1.2.4
|
||||
pkgrel=5
|
||||
pkgver=1.2.5
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="a simple thesaurus"
|
||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||
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
|
||||
@ -24,6 +24,7 @@ build() {
|
||||
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user