[arch-commits] Commit in pandoc-citeproc/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Sep 21 14:56:52 UTC 2017
Date: Thursday, September 21, 2017 @ 14:56:51
Author: felixonmars
Revision: 259186
upgpkg: pandoc-citeproc 0.11.1.1-2
rebuild with aeson,1.2.2.0
Modified:
pandoc-citeproc/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-21 14:50:54 UTC (rev 259185)
+++ PKGBUILD 2017-09-21 14:56:51 UTC (rev 259186)
@@ -4,7 +4,7 @@
pkgname=pandoc-citeproc
pkgver=0.11.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Supports using pandoc with citeproc"
url="https://hackage.haskell.org/package/$pkgname"
license=("custom:BSD3")
@@ -23,7 +23,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/$pkgname" --datasubdir="$pkgname" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils -f-static
@@ -42,7 +42,4 @@
runhaskell Setup copy --destdir="${pkgdir}"
install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
-
- # Remove static libs
- find "$pkgdir"/usr/lib -name "*.a" -delete
}
More information about the arch-commits
mailing list