summaryrefslogtreecommitdiff
path: root/pcr/pandoc/SRCBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-07 18:15:36 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-07 18:15:36 +0100
commit0283bf9b81466b1a86f02c6279c919c56eb082dd (patch)
tree4298bf8cb4950f4a58f4deb03ac0def1cb325a2b /pcr/pandoc/SRCBUILD
parentdf471b30a42ca1d555c06397d0236f28d692d768 (diff)
parentb5251e5f2b6f0e35b67f9e99252a1b3d4ed098bf (diff)
downloadabslibre-0283bf9b81466b1a86f02c6279c919c56eb082dd.tar.gz
abslibre-0283bf9b81466b1a86f02c6279c919c56eb082dd.tar.bz2
abslibre-0283bf9b81466b1a86f02c6279c919c56eb082dd.zip
Merge branch 'master' of git+ssh://parabola-git/srv/git/abslibre
Diffstat (limited to 'pcr/pandoc/SRCBUILD')
-rw-r--r--pcr/pandoc/SRCBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/pandoc/SRCBUILD b/pcr/pandoc/SRCBUILD
index c1cfbfa5c..4c7f5de8d 100644
--- a/pcr/pandoc/SRCBUILD
+++ b/pcr/pandoc/SRCBUILD
@@ -2,7 +2,7 @@
# Based on haskell-pandoc
pkgname=pandoc
-pkgver=1.10.0.4
+pkgver=1.10.1
# 0.4 doesn't work with ghc 7.6
# Use blaze_html_0_5 flag in the future
_blaze_html=0.5.1.3
@@ -29,7 +29,7 @@ build() {
msg2 "Getting the dependency build order"
# Ignore the cabal messages
HOME=${srcdir}/${pkgname}-${pkgver} \
- cabal install --dry-run file-embed blaze-html-${_blaze_html} ${pkgname}-${pkgver} | grep "\-[0-9]\+" >>BUILDORDER
+ cabal install --flags="blaze_html_0_5" --dry-run file-embed ${pkgname}-${pkgver} | grep "\-[0-9]\+" >>BUILDORDER
}
package() {