[arch-commits] Commit in pandoc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 28 09:09:42 UTC 2019
Date: Tuesday, May 28, 2019 @ 09:09:42
Author: felixonmars
Revision: 472290
upgpkg: pandoc 2.7.2-47
rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21, http-api-data 0.4.1
Modified:
pandoc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-28 08:50:50 UTC (rev 472289)
+++ PKGBUILD 2019-05-28 09:09:42 UTC (rev 472290)
@@ -3,7 +3,7 @@
pkgname=pandoc
pkgver=2.7.2
-pkgrel=46
+pkgrel=47
pkgdesc='Conversion between markup formats'
url='https://pandoc.org'
license=('GPL')
@@ -31,7 +31,7 @@
prepare() {
cd "${srcdir}/$pkgname-${pkgver}"
- sed -i 's/< *0.2/<1/' $pkgname.cabal
+ sed -i -e 's/< *2.13/<3/' -e 's/< *0.2/<1/' $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