* update hunspell to 1.7.2-2

This commit is contained in:
Alexander Baldeck 2024-07-22 19:26:26 +02:00
parent 70fb20fc49
commit 12a905a202
3 changed files with 25 additions and 4 deletions

17
hunspell/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = hunspell
pkgdesc = Spell checker and morphological analyzer library and program
pkgver = 1.7.2
pkgrel = 2
url = https://github.com/hunspell/hunspell
arch = x86_64
license = LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-1.1
depends = gcc-libs
depends = readline
depends = ncurses
depends = glibc
depends = sh
optdepends = perl: for ispellaff2myspell
source = https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz
sha256sums = 11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8
pkgname = hunspell

5
hunspell/.nvchecker.toml Normal file
View File

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

View File

@ -1,15 +1,14 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Hussam Al-Tayeb <ht990332@gmail.com>
pkgname=hunspell
pkgver=1.7.2
pkgrel=1
pkgrel=2
pkgdesc="Spell checker and morphological analyzer library and program"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/hunspell/hunspell"
license=('GPL' 'LGPL' 'MPL')
depends=('gcc-libs' 'readline')
license=('LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-1.1')
depends=('gcc-libs' 'readline' 'ncurses' 'glibc' 'sh')
optdepends=('perl: for ispellaff2myspell')
source=(https://github.com/hunspell/hunspell/releases/download/v${pkgver}/hunspell-${pkgver}.tar.gz)
sha256sums=('11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8')