Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
nuspell
Commits:
d51ae0be by Andreas Radke at 2023-08-28T07:35:43+02:00
upgpkg: 5.1.3-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
pkgname=nuspell
-pkgver=5.1.2
-pkgrel=3
+pkgver=5.1.3
+pkgrel=1
pkgdesc='Fast and safe spellchecking C++ library'
arch=('x86_64')
url='https://nuspell.github.io/'
license=('LGPL3')
-depends=('icu')
+depends=('icu' 'glibc' 'gcc-libs')
makedepends=('cmake' 'pandoc')
checkdepends=('catch2')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
-sha512sums=('138212ae5340836f0bc85d9d5327dc43ffdb1481ca72678b4619938b86c4c8e7c156eec1446f459636460a9015cd476031ad53d0979325e637ed97c19e2f87c8')
+sha512sums=('72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea55d04ef0443e7107bb11eb545c79a15a8aea8cb056dc2805c23bd5e3292562')
# 1st rebuild enchant
# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/commit/d51ae0be79e3f0e9ddf4f1961a9ebe988be516a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/commit/d51ae0be79e3f0e9ddf4f1961a9ebe988be516a8
You're receiving this email because of your account on gitlab.archlinux.org.