summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolás Reynolds2015-06-02 00:40:15 -0300
committerNicolás Reynolds2015-07-04 12:13:16 -0300
commit2cffb96695549f12062523709756c49effb149d9 (patch)
treecd1e6ba3d9b48a3104738ac2090b36c24b77f823
parent63f95a2bc072a94b9779a009ca66fe4974867a23 (diff)
downloadaur-2cffb96695549f12062523709756c49effb149d9.tar.gz
pandoc-static: memory upgrade
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdd043708f92..4afd31f6d641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pandoc-static
_pkgname=pandoc
pkgver=1.14
-pkgrel=1
+pkgrel=2
pkgdesc='Conversion between markup formats (no Haskell libraries)'
url='http://johnmacfarlane.net/pandoc/'
license=('GPL')
@@ -20,16 +20,14 @@ optdepends=('texlive-most: for PDF creation')
options=(strip !makeflags !distcc !emptydirs)
source=(https://repo.parabola.nu/other/${pkgname}/${pkgname}-${pkgver}-${pkgrel}.tar.xz{,.sig})
validpgpkeys=('49F707A1CB366C580E625B3C456032D717A4CD9C')
-sha512sums=('8e6974a0fcc3c9ef307fda6a6c255bc6ff7ded8ca1aa78d36f13376bf34849214e774d3c2ed5f40b864aabbb3bbe1c3b30668f2b09af3d9ba1bec83239271f04'
+sha512sums=('275b5ba41d46dc4058e986ab0fdfb9078062cde1fed7938fa4d97422f09379d24e02d7ac2037d1ac6bd6d7aa4bcc180d72ecb84cb6aa28f16bb9dd91b065e204'
'SKIP')
declare -gA _flags
_flags[pandoc]='https make-pandoc-man-pages'
_flags[pandoc_citeproc]='small_base bibutils hexpat unicode_collation'
-# securemem 0.1.8 depends on memory, which doesn't build
-# https://github.com/vincenthz/hs-memory/issues/6
-_packages=(securemem-0.1.7 hs-bibutils network hexpat text text-icu hsb2hs
+_packages=(hs-bibutils network hexpat text text-icu hsb2hs
http-client-tls http-types
pandoc-${pkgver} pandoc-citeproc)
mkdepends=('ghc' 'cabal-install')