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

Felix Yan felixonmars at archlinux.org
Thu Mar 4 22:30:39 UTC 2021


    Date: Thursday, March 4, 2021 @ 22:30:39
  Author: felixonmars
Revision: 880797

upgpkg: pandoc 2.11.3-71: rebuild with tasty 1.4, tasty-silver 3.2, tasty-ant-xml 1.1.8

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 22:26:54 UTC (rev 880796)
+++ PKGBUILD	2021-03-04 22:30:39 UTC (rev 880797)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.11.3
-pkgrel=70
+pkgrel=71
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -35,7 +35,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    uusi -u base64-bytestring -u random $pkgname.cabal
+    uusi -u base64-bytestring -u random -u tasty $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