Date: Thursday, June 18, 2020 @ 14:27:01 Author: felixonmars Revision: 647246
upgpkg: haskell-shakespeare 2.0.24.1-1: rebuild with shakespeare 2.0.24.1 Modified: haskell-shakespeare/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-18 12:37:09 UTC (rev 647245) +++ PKGBUILD 2020-06-18 14:27:01 UTC (rev 647246) @@ -3,18 +3,18 @@ _hkgname=shakespeare pkgname=haskell-shakespeare -pkgver=2.0.24 -pkgrel=36 +pkgver=2.0.24.1 +pkgrel=1 pkgdesc="A toolkit for making compile-time interpolated templates" url="https://www.yesodweb.com/book/shakespearean-templates" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' - 'haskell-scientific' 'haskell-unordered-containers' + 'haskell-scientific' 'haskell-th-lift' 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc' 'haskell-hspec' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ca6a70a7415bc9302cb5d08efac2ad30db2889b7b7c2292e4b62dc2d35d5b56c7ec757e1bfa3d11778f7bb76a2e4083cd8837730121fb4c3a65dc3d83524f436') +sha512sums=('ef95f79d34d5e6d707862973ec23fac6a3c11f042508606482f4936efcd7e8b95ae8b77a7147fe724c07233ab1c1886de8029374f7c6df3640c743c5bbd9deec') build() { cd $_hkgname-$pkgver
