extra/nuspell: fix

This commit is contained in:
Kevin Mihelich 2023-10-01 23:55:59 +00:00
parent 8e2c669ac9
commit d645584b37

View file

@ -3,6 +3,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org> # ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove makedepend on pandoc # - remove makedepend on pandoc
# - move catch2 to makedepends
pkgname=nuspell pkgname=nuspell
pkgver=5.1.3 pkgver=5.1.3
@ -12,8 +13,7 @@ arch=('x86_64')
url='https://nuspell.github.io/' url='https://nuspell.github.io/'
license=('LGPL3') license=('LGPL3')
depends=('icu' 'glibc' 'gcc-libs') depends=('icu' 'glibc' 'gcc-libs')
makedepends=('cmake') makedepends=('cmake' 'catch2')
checkdepends=('catch2')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz") source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
sha512sums=('72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea55d04ef0443e7107bb11eb545c79a15a8aea8cb056dc2805c23bd5e3292562') sha512sums=('72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea55d04ef0443e7107bb11eb545c79a15a8aea8cb056dc2805c23bd5e3292562')