nuspell: update to 4.2.0.
This commit is contained in:
parent
ee71adeaa4
commit
00dfb637c6
2 changed files with 5 additions and 6 deletions
|
@ -3669,7 +3669,7 @@ libheif.so.1 libheif-1.4.0_1
|
|||
libuninameslist.so.1 libuninameslist-20190701_1
|
||||
libgambit.so.4 gambit-4.9.3_1
|
||||
liblog4cpp.so.5 log4cpp-1.1.3_1
|
||||
libnuspell.so.3 libnuspell-3.0.0_1
|
||||
libnuspell.so.4 libnuspell-4.2.0_1
|
||||
liblog4c.so.3 log4c-1.2.4_1
|
||||
libqb.so.100 libqb-2.0.0_1
|
||||
libusbguard.so.1 usbguard-1.0.0_1
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'nuspell'
|
||||
pkgname=nuspell
|
||||
version=3.1.2
|
||||
version=4.2.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="ruby-ronn"
|
||||
makedepends="boost-devel icu-devel"
|
||||
makedepends="icu-devel"
|
||||
checkdepends="catch2"
|
||||
short_desc="C++ spell checking library"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://nuspell.github.io/"
|
||||
distfiles="https://github.com/nuspell/nuspell/archive/v${version}.tar.gz"
|
||||
checksum=f59f8a27e97047f30659182f244daca8e05e052710c0ea5d845c2cb00f6c6eca
|
||||
checksum=01804d490bec517748ee49fa2f1249f4c99380c26335e32082cdaa02b5b2b4dc
|
||||
|
||||
libnuspell_package() {
|
||||
pkg_install() {
|
||||
|
@ -21,7 +20,7 @@ libnuspell_package() {
|
|||
}
|
||||
|
||||
libnuspell-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue