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

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 12 16:52:53 UTC 2020


    Date: Saturday, December 12, 2020 @ 16:52:52
  Author: foutrelis
Revision: 404130

Switch back to pandoc

Modified:
  nuspell/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-12 16:51:35 UTC (rev 404129)
+++ PKGBUILD	2020-12-12 16:52:52 UTC (rev 404130)
@@ -9,17 +9,12 @@
 url='https://nuspell.github.io/'
 license=('LGPL3')
 depends=('boost-libs' 'icu')
-makedepends=('cmake' 'boost' 'catch2' 'ruby-ronn')
-source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz"
-        ${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch)
-sha512sums=('d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed'
-            'ca695c84df83e6df5a096017da91fa02ee4262acd45a66a111b9091ba9120defe67df2dad18c13d14ab2d211b83d58527d223791e948a0100d65d97eea5daf43')
+makedepends=('cmake' 'boost' 'catch2' 'pandoc')
+source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
+sha512sums=('d0c01dd73fefd8b9c800e6419fe916e55a53b8b19f5848d3766cdcb50383fdcd9e9bb49362b5cea4d9d2d7fda21aed055f28cb47b006e2049b2a904355f7f9ed')
 
 prepare() {
   mkdir build
-  # temporarily use ronn during the boost 1.75.0 rebuild;
-  # pandoc is unusable due to a separate haskell rebuild
-  patch -Rp1 -d ${pkgbase}-${pkgver} <${pkgname}-pandoc.patch
 }
 
 build() {



More information about the arch-commits mailing list