[arch-commits] Commit in nuspell/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Jun 13 11:59:50 UTC 2021


    Date: Sunday, June 13, 2021 @ 11:59:50
  Author: andyrtr
Revision: 418106

upgpkg: nuspell 5.0.0-1: upstream update 5.0.0

Modified:
  nuspell/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-13 08:48:19 UTC (rev 418105)
+++ PKGBUILD	2021-06-13 11:59:50 UTC (rev 418106)
@@ -2,27 +2,29 @@
 # Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
 
 pkgname=nuspell
-pkgver=4.2.0
-pkgrel=3
+pkgver=5.0.0
+pkgrel=1
 pkgdesc='Fast and safe spellchecking C++ library'
 arch=('x86_64')
 url='https://nuspell.github.io/'
 license=('LGPL3')
 depends=('icu')
-#makedepends=('cmake' 'pandoc')
-makedepends=('cmake' 'ruby-ronn')
+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')
+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=('92605c5f0d413b86711fea3b993d656552d5e72440303d3e71907a503d060ead032dfeb0dd8dbb790f35599b8cca8854bdd8650f0560793d9c62a11aebccc2e5')
+#            'SKIP')
 
 
+# 1st rebuild enchant
+# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
 
 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
+#  patch -Rp1 -f -d ${pkgname}-${pkgver} <${pkgname}-pandoc.patch || /bin/true
 }
 
 build() {



More information about the arch-commits mailing list