From 506bee740f4f721499a850366a3764007b3d6561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 21 Apr 2014 12:54:27 -0300 Subject: pandoc: rebuild for icu 53.1 --- pcr/pandoc/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcr/pandoc/PKGBUILD b/pcr/pandoc/PKGBUILD index 7aa3bfca9..668c6407b 100644 --- a/pcr/pandoc/PKGBUILD +++ b/pcr/pandoc/PKGBUILD @@ -6,13 +6,13 @@ pkgname=pandoc-static _pkgname=pandoc pkgver=1.12.3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' license=('GPL') arch=('i686' 'x86_64') # Needed for pandoc-citeproc -depends=('icu>=52' 'icu<=53') +depends=('icu>=52' 'icu<=54') makedepends=('ghc' 'sh' 'cabal-install' 'alex' 'happy') options=(strip !makeflags !distcc !emptydirs) source=(https://repo.parabolagnulinux.org/other/pandoc-static/${_pkgname}-${pkgver}-1-any.src.tar.xz{,.sig} -- cgit v1.2.3-2-g168b