From 2702acf6a54c50b53011754092d3cdaaaea0714c Mon Sep 17 00:00:00 2001 From: shackra Date: Wed, 23 Apr 2014 16:03:40 -0600 Subject: Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Signed-off-by: shackra --- pcr/pandoc/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr/pandoc/PKGBUILD') 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