From 0a8bd894e299c751a6f51bcd114acdbedf1ddffe Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 15 Jan 2014 14:27:27 -0300 Subject: pandoc: upgrade --- pcr/pandoc/PKGBUILD | 6 +++--- pcr/pandoc/SRCBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pcr/pandoc') diff --git a/pcr/pandoc/PKGBUILD b/pcr/pandoc/PKGBUILD index 9375b2c3c..392e4995e 100644 --- a/pcr/pandoc/PKGBUILD +++ b/pcr/pandoc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pandoc-static _pkgname=pandoc -pkgver=1.12.2.1 +pkgver=1.12.3.1 pkgrel=1 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' @@ -17,9 +17,9 @@ makedepends=('ghc' 'sh' 'cabal-install' 'alex' 'happy') options=(strip !makeflags !distcc !emptydirs) source=(https://repo.parabolagnulinux.org/other/parabola_source_packages/${_pkgname}-${pkgver}-1-any.src.tar.xz{,.sig} SRCBUILD) -sha256sums=('07e56b2df8f73f95eea713c61584b0e19b51b564db12af39d33a093e436e86d1' +sha256sums=('0fae0b3aaddd04219b882a421a6b977163ed9de8649c7023738e815661a77406' 'SKIP' - '9f6701eb9e12130fdcb8d1c3df3e3603afd95e9535a31091ee833838731d6f81') + '37af943126e85c2c6679d66f343d90b55e38429c9dec2f024afe9e191aa596f5') replaces=('pandoc') provides=('pandoc') optdepends=('texlive-most: for pdf creation') diff --git a/pcr/pandoc/SRCBUILD b/pcr/pandoc/SRCBUILD index 09b2dfad2..b18bad17b 100644 --- a/pcr/pandoc/SRCBUILD +++ b/pcr/pandoc/SRCBUILD @@ -2,7 +2,7 @@ # Based on haskell-pandoc pkgname=pandoc -pkgver=1.12.2.1 +pkgver=1.12.3.1 pkgrel=1 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' @@ -26,7 +26,7 @@ build() { msg2 "Getting the dependency build order" # Ignore the cabal messages HOME=${srcdir}/${pkgname}-${pkgver} \ - cabal install --flags="embed_data_files bibutils hexpat unicode_collation" --dry-run hsb2hs ${pkgname}-${pkgver} pandoc-citeproc | + cabal install --flags="embed_data_files bibutils hexpat unicode_collation" --dry-run text-0.11.3.1 hsb2hs ${pkgname}-${pkgver} pandoc-citeproc | grep "\-[0-9]\+" | tee BUILDORDER } -- cgit v1.2.3-54-g00ecf