aboutsummaryrefslogtreecommitdiffstats
path: root/community/nuspell/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nuspell/APKBUILD')
-rw-r--r--community/nuspell/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/nuspell/APKBUILD b/community/nuspell/APKBUILD
index 37839517b09..f056f12c5a7 100644
--- a/community/nuspell/APKBUILD
+++ b/community/nuspell/APKBUILD
@@ -1,14 +1,13 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=nuspell
-pkgver=4.1.0
-pkgrel=1
+pkgver=4.2.0
+pkgrel=0
pkgdesc="Free and open source C++ spell checking library"
url="https://nuspell.github.io/"
arch="all"
license="LGPL-3.0-or-later"
-depends_dev="boost-dev"
-makedepends="$depends_dev cmake icu-dev ronn catch2"
+makedepends="cmake icu-dev ronn catch2"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/nuspell/nuspell/archive/v$pkgver/nuspell-$pkgver.tar.gz"
@@ -35,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed nuspell-4.1.0.tar.gz"
+sha512sums="ae9157e9753868c002ed69a765fb705d29d993f3940e11efbc2699778a8b1abee2eb7daa0ff51187b899d6935a215a24662e5b52ec1ef5c644e90a0245f7583d nuspell-4.2.0.tar.gz"