[arch-commits] Commit in nuspell/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Dec 13 11:55:14 UTC 2020
Date: Sunday, December 13, 2020 @ 11:55:13
Author: andyrtr
Revision: 404274
upgpkg: nuspell 4.2.0-1: upstream update 4.2.0; temporarily use ronn
Modified:
nuspell/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-13 11:37:19 UTC (rev 404273)
+++ PKGBUILD 2020-12-13 11:55:13 UTC (rev 404274)
@@ -2,19 +2,27 @@
# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
pkgname=nuspell
-pkgver=4.1.0
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
pkgdesc='Fast and safe spellchecking C++ library'
arch=('x86_64')
url='https://nuspell.github.io/'
license=('LGPL3')
-depends=('boost-libs' 'icu')
-makedepends=('cmake' 'boost' 'catch2' 'pandoc')
-source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
-sha512sums=('d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed')
+depends=('icu')
+#makedepends=('cmake' 'pandoc')
+makedepends=('cmake' 'ruby-ronn')
+checkdepends=('catch2')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz"
+ ${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch)
+sha512sums=('ae9157e9753868c002ed69a765fb705d29d993f3940e11efbc2699778a8b1abee2eb7daa0ff51187b899d6935a215a24662e5b52ec1ef5c644e90a0245f7583d'
+ 'SKIP')
+
+
prepare() {
mkdir build
+ # temporarily use ronn - pandoc is unusable due to a separate haskell rebuild
+ patch -Rp1 -f -d ${pkgname}-${pkgver} <${pkgname}-pandoc.patch || /bin/true
}
build() {
More information about the arch-commits
mailing list