Date: Sunday, August 25, 2019 @ 13:42:48 Author: felixonmars Revision: 501679
upgpkg: haskell-pandoc-types 1.17.6-1 rebuild with pandoc-types 1.17.6 Modified: haskell-pandoc-types/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-25 12:47:32 UTC (rev 501678) +++ PKGBUILD 2019-08-25 13:42:48 UTC (rev 501679) @@ -3,10 +3,10 @@ _hkgname=pandoc-types pkgname=haskell-pandoc-types -pkgver=1.17.5.4 -pkgrel=44 +pkgver=1.17.6 +pkgrel=1 pkgdesc="Types for representing a structured document" -url="https://johnmacfarlane.net/pandoc" +url="https://pandoc.org/" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-syb') @@ -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=('b70dee15e80a91276b04d883f878ca67fdf76195d775f92dc5bbe80c941834fbf067804ea6afa0b79cfc886e4f741d68a161318ab6afb968f159ccbe04a85ce1') +sha512sums=('e6aa1e41d1f8b47fef7190733889cebf87b338cdbf6b6f7e9ad6d8d3bc96de05b886e85175d7cba63654518529163c430fc5fd76b0e2f26e1c2f66d089149e36') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.13/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
