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

Felix Yan felixonmars at archlinux.org
Thu Sep 21 14:39:18 UTC 2017


    Date: Thursday, September 21, 2017 @ 14:39:17
  Author: felixonmars
Revision: 259179

upgpkg: pandoc 1.19.2.1-114

rebuild with aeson,1.2.2.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 14:30:19 UTC (rev 259178)
+++ PKGBUILD	2017-09-21 14:39:17 UTC (rev 259179)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.19.2.1
-pkgrel=113
+pkgrel=114
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -42,7 +42,7 @@
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
 
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-old-locale -fnetwork-uri -fhttps -f-trypandoc -f-embed_data_files -f-weigh-pandoc
@@ -59,7 +59,4 @@
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list