Date: Wednesday, December 21, 2016 @ 15:02:16 Author: felixonmars Revision: 200812
upgpkg: pandoc 1.19.1-1 rebuild with hakyll-4.9.2.0, pandoc-1.19.1, pandoc-citeproc-0.10.3, texmath-0.9 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 14:38:55 UTC (rev 200811) +++ PKGBUILD 2016-12-21 15:02:16 UTC (rev 200812) @@ -4,8 +4,8 @@ pkgbase=pandoc pkgname=(pandoc haskell-pandoc) -pkgver=1.18 -pkgrel=16 +pkgver=1.19.1 +pkgrel=1 pkgdesc="Conversion between markup formats" url="http://pandoc.org" license=("GPL") @@ -21,7 +21,7 @@ "haskell-network-uri" "haskell-unordered-containers" "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib") source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('3ea4b977f31d71dedd99a4584a895659efbbab02b00fdc9daaf7781787ce4e92') +sha256sums=('9d22db0a1536de0984f4a605f1a28649e68d540e6d892947d9644987ecc4172a') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -29,7 +29,7 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" \ --libsubdir=\$compiler/site-local/\$pkgid \ - -f-old-locale -fnetwork-uri -fhttps -f-trypandoc -f-embed_data_files + -f-old-locale -fnetwork-uri -fhttps -f-trypandoc -f-embed_data_files -f-weigh-pandoc runhaskell Setup build runhaskell Setup haddock --hoogle --html
