diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-28 05:03:31 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 08:02:08 -0300 |
| commit | 4d9cbb8624ebb3f70d33ce86ea20523f904fb10a (patch) | |
| tree | e5f35ff8646bd1664a0ea777ef0a133e986d9244 | |
| parent | 044e95d0d7cf82ff8cee27fa69a5bac8b023a990 (diff) | |
| download | aports-4d9cbb8624ebb3f70d33ce86ea20523f904fb10a.tar.bz2 aports-4d9cbb8624ebb3f70d33ce86ea20523f904fb10a.tar.xz | |
community/nuspell: fix dependency on boost-dev
| -rw-r--r-- | community/nuspell/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/nuspell/APKBUILD b/community/nuspell/APKBUILD index d42540c8c9..307e2fd15c 100644 --- a/community/nuspell/APKBUILD +++ b/community/nuspell/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=nuspell pkgver=3.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="Free and open source C++ spell checking library" url="https://nuspell.github.io/" arch="all" license="LGPL-3.0-or-later" -makedepends="cmake icu-dev boost-dev ronn catch2" +depends_dev="boost-dev" +makedepends="$depends_dev cmake icu-dev ronn catch2" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/nuspell/nuspell/archive/v$pkgver/nuspell-$pkgver.tar.gz" |
