mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/nuspell to 5.1.6-1
This commit is contained in:
parent
d9b858cd33
commit
14214047ed
2 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
pkgbase = nuspell
|
||||
pkgdesc = Fast and safe spellchecking C++ library
|
||||
pkgver = 5.1.4
|
||||
pkgrel = 3
|
||||
pkgver = 5.1.6
|
||||
pkgrel = 1
|
||||
url = https://nuspell.github.io/
|
||||
arch = x86_64
|
||||
license = LGPL3
|
||||
license = LGPL-3.0-or-later
|
||||
checkdepends = catch2
|
||||
checkdepends = expat
|
||||
makedepends = cmake
|
||||
|
@ -12,7 +12,7 @@ pkgbase = nuspell
|
|||
depends = icu
|
||||
depends = glibc
|
||||
depends = gcc-libs
|
||||
source = nuspell-5.1.4.tar.gz::https://github.com/nuspell/nuspell/archive/v5.1.4.tar.gz
|
||||
sha512sums = f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d
|
||||
source = nuspell-5.1.6.tar.gz::https://github.com/nuspell/nuspell/archive/v5.1.6.tar.gz
|
||||
sha512sums = ab6d9394a55d9a2a347ccae47aeef6a96af70f421ad6ea8f7ac7fde2052790f37fb1c7ec3112daac7600d193430a560cb1915ab6557c9353717f65cb32f13ab8
|
||||
|
||||
pkgname = nuspell
|
||||
|
|
|
@ -6,17 +6,17 @@
|
|||
# - move catch2 to makedepends
|
||||
|
||||
pkgname=nuspell
|
||||
pkgver=5.1.4
|
||||
pkgrel=3
|
||||
pkgver=5.1.6
|
||||
pkgrel=1
|
||||
pkgdesc='Fast and safe spellchecking C++ library'
|
||||
arch=('x86_64')
|
||||
url='https://nuspell.github.io/'
|
||||
license=('LGPL3')
|
||||
license=('LGPL-3.0-or-later')
|
||||
depends=('icu' 'glibc' 'gcc-libs')
|
||||
makedepends=('cmake' 'catch2')
|
||||
checkdepends=('catch2' 'expat')
|
||||
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d')
|
||||
sha512sums=('ab6d9394a55d9a2a347ccae47aeef6a96af70f421ad6ea8f7ac7fde2052790f37fb1c7ec3112daac7600d193430a560cb1915ab6557c9353717f65cb32f13ab8')
|
||||
|
||||
# 1st rebuild enchant
|
||||
# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
|
||||
|
|
Loading…
Reference in a new issue