Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
nuspell
Commits:
5ba1e607 by Andreas Radke at 2026-02-14T13:20:07+01:00
upgpkg: 5.1.7-2; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nuspell
pkgdesc = Fast and safe spellchecking C++ library
pkgver = 5.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://nuspell.github.io/
arch = x86_64
license = LGPL-3.0-or-later
@@ -12,7 +12,8 @@ pkgbase = nuspell
makedepends = doxygen
depends = icu
depends = glibc
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
source =
nuspell-5.1.7.tar.gz::https://github.com/nuspell/nuspell/archive/v5.1.7.tar.gz
sha512sums =
cb030dca90a52000a7cf4ea7f15e10ee90aec59e56e8212f8ba69f37e070f1100390393191cdbbf88b14836f408c8eb2fb9712be3d472491b1c93dd5cedd9a40
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=nuspell
pkgver=5.1.7
-pkgrel=1
+pkgrel=2
pkgdesc='Fast and safe spellchecking C++ library'
arch=('x86_64')
url='https://nuspell.github.io/'
license=('LGPL-3.0-or-later')
-depends=('icu' 'glibc' 'gcc-libs')
+depends=('icu' 'glibc' 'libstdc++' 'libgcc')
makedepends=('cmake' 'pandoc' 'doxygen')
checkdepends=('catch2' 'expat')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/commit/5ba1e607903cd14f68fa75c969a5a3b6725dd842
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/commit/5ba1e607903cd14f68fa75c969a5a3b6725dd842
You're receiving this email because of your account on gitlab.archlinux.org.