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

Andreas Radke andyrtr at gemini.archlinux.org
Sat Sep 10 06:16:06 UTC 2022


    Date: Saturday, September 10, 2022 @ 06:16:06
  Author: andyrtr
Revision: 455745

upgpkg: nuspell 5.1.1-1: upstream update 5.1.1

Modified:
  nuspell/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-10 04:19:19 UTC (rev 455744)
+++ PKGBUILD	2022-09-10 06:16:06 UTC (rev 455745)
@@ -2,8 +2,8 @@
 # Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
 
 pkgname=nuspell
-pkgver=5.1.0
-pkgrel=2
+pkgver=5.1.1
+pkgrel=1
 pkgdesc='Fast and safe spellchecking C++ library'
 arch=('x86_64')
 url='https://nuspell.github.io/'
@@ -10,21 +10,15 @@
 license=('LGPL3')
 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=('08ce776d224c66ba4bdd8cb22943741f30e8e5ba03396bfef1db598321c9b0f8814dacffcb52287b3b669426c7b08e2c1a40323341a9ff9768a7187002e1d77a')
-#            'SKIP')
+sha512sums=('c33a52e3603071d3281b7cdcfa42776cd7ecb998292939538e53e364cfff63227cf094cd88ee6072b8a857f5d85c984c359a16b480dd462dac9cfd602cfd6c2c')
 
-
 # 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
 }
 
 build() {



More information about the arch-commits mailing list