diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-21 12:54:27 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-21 12:54:27 -0300 |
commit | 506bee740f4f721499a850366a3764007b3d6561 (patch) | |
tree | dc39dbd6f2e49cb0d2fbd42a6d1b2d4639b8c7ac /pcr/pandoc/PKGBUILD | |
parent | d4537744d063771857c03dc1cd5d167d42f08b08 (diff) |
pandoc: rebuild for icu 53.1
Diffstat (limited to 'pcr/pandoc/PKGBUILD')
-rw-r--r-- | pcr/pandoc/PKGBUILD | 4 |
1 files 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} |