[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Jan 29 07:28:35 UTC 2022
Date: Saturday, January 29, 2022 @ 07:28:35
Author: felixonmars
Revision: 1118878
upgpkg: pandoc 2.14.2-18: rebuild with async 2.2.4
Modified:
pandoc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-29 06:19:40 UTC (rev 1118877)
+++ PKGBUILD 2022-01-29 07:28:35 UTC (rev 1118878)
@@ -4,7 +4,7 @@
pkgname=pandoc
pkgver=2.14.2
-pkgrel=17
+pkgrel=18
pkgdesc='Conversion between markup formats'
url='https://pandoc.org'
license=('GPL')
@@ -35,7 +35,7 @@
prepare() {
cd $pkgname-$pkgver
- uusi -u unicode-transforms $pkgname.cabal
+ uusi -u citeproc -u unicode-transforms $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