diff options
author | shackra <elcorreo@deshackra.com> | 2014-04-23 16:03:40 -0600 |
---|---|---|
committer | shackra <elcorreo@deshackra.com> | 2014-04-23 16:03:40 -0600 |
commit | 2702acf6a54c50b53011754092d3cdaaaea0714c (patch) | |
tree | 2ce147829c38e58908e55a6078af7c4a88db7412 /pcr/pandoc | |
parent | 4721cc690d3f77c5380943f1788511fa900f2317 (diff) | |
download | abslibre-2702acf6a54c50b53011754092d3cdaaaea0714c.tar.gz abslibre-2702acf6a54c50b53011754092d3cdaaaea0714c.tar.bz2 abslibre-2702acf6a54c50b53011754092d3cdaaaea0714c.zip |
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 <elcorreo@deshackra.com>
Diffstat (limited to 'pcr/pandoc')
-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} |