Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
nuspell
Commits:
40257d77 by Andreas Radke at 2023-12-05T08:57:46+01:00
upgpkg: 5.1.4-1
- - - - -
6a065be5 by Andreas Radke at 2023-12-08T14:55:25+01:00
upgpkg: 5.1.4-1; build against catch2 v3.x
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = nuspell
pkgdesc = Fast and safe spellchecking C++ library
- pkgver = 5.1.3
- pkgrel = 2
+ pkgver = 5.1.4
+ pkgrel = 1
url = https://nuspell.github.io/
arch = x86_64
license = LGPL3
- checkdepends = catch2-v2
+ checkdepends = catch2
makedepends = cmake
makedepends = pandoc
depends = icu
depends = glibc
depends = gcc-libs
- source =
nuspell-5.1.3.tar.gz::https://github.com/nuspell/nuspell/archive/v5.1.3.tar.gz
- sha512sums =
72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea55d04ef0443e7107bb11eb545c79a15a8aea8cb056dc2805c23bd5e3292562
+ source =
nuspell-5.1.4.tar.gz::https://github.com/nuspell/nuspell/archive/v5.1.4.tar.gz
+ sha512sums =
f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d
pkgname = nuspell
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
pkgname=nuspell
-pkgver=5.1.3
-pkgrel=2
+pkgver=5.1.4
+pkgrel=1
pkgdesc='Fast and safe spellchecking C++ library'
arch=('x86_64')
url='https://nuspell.github.io/'
license=('LGPL3')
depends=('icu' 'glibc' 'gcc-libs')
makedepends=('cmake' 'pandoc')
-checkdepends=('catch2-v2')
+checkdepends=('catch2')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
-sha512sums=('72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea55d04ef0443e7107bb11eb545c79a15a8aea8cb056dc2805c23bd5e3292562')
+sha512sums=('f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d')
# 1st rebuild enchant
# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
@@ -20,7 +20,6 @@
sha512sums=('72c868f734848be79c7cfb0502298626307213e4f3f422f8e9ee7dac24cb3d79ea5
build() {
cmake -B "${pkgname}-${pkgver}"/build \
-S ${pkgbase}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_SHARED_LIBS=ON
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/compare/71ae91ac4845eb1e840861095595cf3e5c0151e6...6a065be5e709433b1b49fec53e88ba09ab8d31c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nuspell/-/compare/71ae91ac4845eb1e840861095595cf3e5c0151e6...6a065be5e709433b1b49fec53e88ba09ab8d31c4
You're receiving this email because of your account on gitlab.archlinux.org.