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

Felix Yan felixonmars at archlinux.org
Mon Oct 26 18:56:10 UTC 2020


    Date: Monday, October 26, 2020 @ 18:56:10
  Author: felixonmars
Revision: 734025

upgpkg: pandoc-citeproc 0.17.0.2-63: rebuild with pandoc-types 1.22, pandoc 2.11, citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10, pandoc-crossref 0.3.8.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 18:54:45 UTC (rev 734024)
+++ PKGBUILD	2020-10-26 18:56:10 UTC (rev 734025)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17.0.2
-pkgrel=62
+pkgrel=63
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname"
 license=("BSD")
@@ -16,12 +16,13 @@
          'haskell-xml-conduit' 'haskell-yaml' 'haskell-hsyaml' 'haskell-hsyaml-aeson')
 conflicts=('haskell-pandoc-citeproc')
 replaces=('haskell-pandoc-citeproc')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz")
 sha512sums=('5ce079a542b096c06d6e4e205625a993422a972f04787495ac9013dd3131df62733f30e4c3004335e3738b02bb22a7ad50a31c1eb3f67d2b4ef51605c7fcbf16')
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
+    uusi $pkgname.cabal
     # TODO: find a better solution
     sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs
 }



More information about the arch-commits mailing list