summaryrefslogtreecommitdiff
path: root/pcr/pandoc/SRCBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/pandoc/SRCBUILD')
-rw-r--r--pcr/pandoc/SRCBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/pandoc/SRCBUILD b/pcr/pandoc/SRCBUILD
index 4c7f5de8d..ec499f814 100644
--- a/pcr/pandoc/SRCBUILD
+++ b/pcr/pandoc/SRCBUILD
@@ -2,10 +2,10 @@
# Based on haskell-pandoc
pkgname=pandoc
-pkgver=1.10.1
+pkgver=1.11.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
+_blaze_html=0.6.1.1
pkgrel=1
pkgdesc='Conversion between markup formats (no Haskell libs)'
url='http://johnmacfarlane.net/pandoc/'
@@ -29,7 +29,7 @@ build() {
msg2 "Getting the dependency build order"
# Ignore the cabal messages
HOME=${srcdir}/${pkgname}-${pkgver} \
- cabal install --flags="blaze_html_0_5" --dry-run file-embed ${pkgname}-${pkgver} | grep "\-[0-9]\+" >>BUILDORDER
+ cabal install --dry-run file-embed blaze-html-${_blaze_html} ${pkgname}-${pkgver} | grep "\-[0-9]\+" >>BUILDORDER
}
package() {