mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/nuspell to 4.1.0-1
This commit is contained in:
parent
06cfef7395
commit
8558e46c47
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - remove makedepend on pandoc
|
||||
|
||||
pkgname=nuspell
|
||||
pkgver=4.0.1
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Fast and safe spellchecking C++ library'
|
||||
arch=('x86_64')
|
||||
|
@ -14,7 +14,7 @@ license=('LGPL3')
|
|||
depends=('boost-libs' 'icu')
|
||||
makedepends=('cmake' 'boost' 'catch2')
|
||||
source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('122616fd24c2de35000ba12d680d3617e7fe97881d33febbcb106ce70d3bac356a00d90680a1bc8ee631ed532ace0f4b4f9fce4760a25b0f7fc1d60553e74528')
|
||||
sha512sums=('d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed')
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in a new issue