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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 21:49:54 UTC 2022


    Date: Sunday, March 20, 2022 @ 21:49:54
  Author: felixonmars
Revision: 1166267

upgpkg: pandoc 2.16.1-5: rebuild with lua (enable system lua)

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 21:46:04 UTC (rev 1166266)
+++ PKGBUILD	2022-03-20 21:49:54 UTC (rev 1166267)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.16.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -45,7 +45,7 @@
     cd $pkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" --enable-tests \
+        --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-trypandoc -f-embed_data_files -f-static
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list