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

Felix Yan felixonmars at archlinux.org
Sat Mar 27 11:55:19 UTC 2021


    Date: Saturday, March 27, 2021 @ 11:55:19
  Author: felixonmars
Revision: 905046

upgpkg: pandoc 2.12-9: rebuild with attoparsec 0.14.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 10:35:40 UTC (rev 905045)
+++ PKGBUILD	2021-03-27 11:55:19 UTC (rev 905046)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.12
-pkgrel=8
+pkgrel=9
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -39,7 +39,7 @@
 prepare() {
     cd $pkgname-$pkgver
     patch -p0 -i ../haddock-library-1.10.patch
-    uusi -u haddock-library -u random $pkgname.cabal
+    uusi -u attoparsec -u haddock-library -u random $pkgname.cabal
 
     # TODO: find a better solution
     sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs



More information about the arch-commits mailing list