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

Felix Yan felixonmars at archlinux.org
Mon Sep 18 17:23:15 UTC 2017


    Date: Monday, September 18, 2017 @ 17:23:15
  Author: felixonmars
Revision: 258763

upgpkg: pandoc-citeproc 0.11.1.1-1

rebuild with pandoc-citeproc,0.11.1.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-18 16:53:11 UTC (rev 258762)
+++ PKGBUILD	2017-09-18 17:23:15 UTC (rev 258763)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=pandoc-citeproc
-pkgver=0.11.1
-pkgrel=11
+pkgver=0.11.1.1
+pkgrel=1
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname"
 license=("custom:BSD3")
@@ -18,12 +18,8 @@
 replaces=('haskell-pandoc-citeproc')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz")
-sha512sums=('d9540d7ec17d12a10620cc26f93b1ef940e17e49896e6044f68823768da9aaa24ce01b7afb68b2e52af928d0ca6e211d6eb557ffac64666137e044531bb59dc6')
+sha512sums=('6a80256a5da439db9cd14668934ae055c8d3cb33529ff3f0621789ea8c6c9183769e21a86d472c218e9cda2050c5bc1f2aaf096911bc454c5d2666f60808c255')
 
-prepare() {
-    sed -i 's/xml-conduit >= 1.2 && < 1.6,/xml-conduit >= 1.2,/' $pkgname-$pkgver/$pkgname.cabal
-}
-
 build() {
     cd "${srcdir}/$pkgname-${pkgver}"
 
@@ -30,7 +26,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --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-debug -f-test_citeproc -funicode_collation -f-embed_data_files -fbibutils -f-static
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list