* update libmythes to 1:1.2.5-2

This commit is contained in:
Alexander Baldeck 2024-08-20 17:19:12 +02:00
parent 112343d1b7
commit 27583e2d4f
3 changed files with 27 additions and 4 deletions

18
libmythes/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = libmythes
pkgdesc = a simple thesaurus
pkgver = 1.2.5
pkgrel = 2
epoch = 1
url = https://github.com/hunspell/mythes
arch = x86_64
license = BSD-3-Clause-Modification
license = MIT
makedepends = hunspell
depends = glibc
depends = gcc-libs
depends = perl
provides = mythes
source = https://github.com/hunspell/mythes/releases/download/v1.2.5/mythes-1.2.5.tar.xz
sha256sums = 19279f70707bbe5ffa619f2dc319f888cec0c4a8d339dc0a21330517bd6f521d
pkgname = libmythes

View File

@ -0,0 +1,5 @@
[libmythes]
source = "github"
github = "hunspell/mythes"
use_max_tag = true
prefix = "v"

View File

@ -3,13 +3,13 @@
pkgname=libmythes
pkgver=1.2.5
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="a simple thesaurus"
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/hunspell/mythes"
license=('custom')
depends=('glibc' 'perl')
license=('BSD-3-Clause-Modification' 'MIT')
depends=('glibc' 'gcc-libs' 'perl')
makedepends=('hunspell')
provides=('mythes')
source=(https://github.com/hunspell/mythes/releases/download/v${pkgver}/mythes-${pkgver}.tar.xz)