Date: Tuesday, August 11, 2020 @ 09:19:22 Author: felixonmars Revision: 674439
upgpkg: haskell-pandoc-types 1.21-1: rebuild with jira-wiki-markup 1.3.2, pandoc 2.10, pandoc-crossref, 0.3.7.0, pandoc-types 1.21 Modified: haskell-pandoc-types/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-11 09:18:02 UTC (rev 674438) +++ PKGBUILD 2020-08-11 09:19:22 UTC (rev 674439) @@ -3,8 +3,8 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types -pkgver=1.20 -pkgrel=52 +pkgver=1.21 +pkgrel=1 pkgdesc="Types for representing a structured document" url="https://pandoc.org/" license=("BSD") @@ -13,13 +13,8 @@ makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2' 'haskell-hunit' 'haskell-string-qq') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('36c658093237246a344dc65bf9e214b250ea1a0aecf9931d80299f44ee152553c4326948bfae8e0f3e5aaabe93bc7a9aca0c79383e48b0f9d2696383df2b40ee') +sha512sums=('ef4abb85b817d250edb87b6062b3d3e65f27f3505af617d5fb864c334df37aef85030b778f2d2e5dab51571b89935828c5ae6d2ecf45d0233f2b8c38d0cf1145') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/;s/< *1.5/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
