[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 12 21:49:35 UTC 2021
Date: Wednesday, May 12, 2021 @ 21:49:35
Author: felixonmars
Revision: 932694
upgpkg: pandoc 2.13-21: rebuild with texmath 0.12.3
Modified:
pandoc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 21:49:17 UTC (rev 932693)
+++ PKGBUILD 2021-05-12 21:49:35 UTC (rev 932694)
@@ -3,7 +3,7 @@
pkgname=pandoc
pkgver=2.13
-pkgrel=20
+pkgrel=21
pkgdesc='Conversion between markup formats'
url='https://pandoc.org'
license=('GPL')
@@ -38,7 +38,7 @@
prepare() {
cd $pkgname-$pkgver
patch -p0 -i ../haddock-library-1.10.patch
- uusi -u attoparsec -u haddock-library -u random $pkgname.cabal
+ uusi -u attoparsec -u haddock-library -u random -u texmath $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