* update hunspell to 1.7.2-2
This commit is contained in:
parent
70fb20fc49
commit
12a905a202
17
hunspell/.SRCINFO
Normal file
17
hunspell/.SRCINFO
Normal 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
5
hunspell/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[hunspell]
|
||||||
|
source = "github"
|
||||||
|
github = "hunspell/hunspell"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
@ -1,15 +1,14 @@
|
|||||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
|
||||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||||
# Contributor: Hussam Al-Tayeb <ht990332@gmail.com>
|
# Contributor: Hussam Al-Tayeb <ht990332@gmail.com>
|
||||||
|
|
||||||
pkgname=hunspell
|
pkgname=hunspell
|
||||||
pkgver=1.7.2
|
pkgver=1.7.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Spell checker and morphological analyzer library and program"
|
pkgdesc="Spell checker and morphological analyzer library and program"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://github.com/hunspell/hunspell"
|
url="https://github.com/hunspell/hunspell"
|
||||||
license=('GPL' 'LGPL' 'MPL')
|
license=('LGPL-2.1-or-later OR GPL-2.0-or-later OR MPL-1.1')
|
||||||
depends=('gcc-libs' 'readline')
|
depends=('gcc-libs' 'readline' 'ncurses' 'glibc' 'sh')
|
||||||
optdepends=('perl: for ispellaff2myspell')
|
optdepends=('perl: for ispellaff2myspell')
|
||||||
source=(https://github.com/hunspell/hunspell/releases/download/v${pkgver}/hunspell-${pkgver}.tar.gz)
|
source=(https://github.com/hunspell/hunspell/releases/download/v${pkgver}/hunspell-${pkgver}.tar.gz)
|
||||||
sha256sums=('11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8')
|
sha256sums=('11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user