Date: Thursday, May 5, 2022 @ 01:25:35 Author: felixonmars Revision: 1195389
upgpkg: haskell-shakespeare 2.0.27-1: rebuild with shakespeare 2.0.27 Modified: haskell-shakespeare/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-04 22:22:01 UTC (rev 1195388) +++ PKGBUILD 2022-05-05 01:25:35 UTC (rev 1195389) @@ -3,18 +3,17 @@ _hkgname=shakespeare pkgname=haskell-shakespeare -pkgver=2.0.26 -pkgrel=14 +pkgver=2.0.27 +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-th-lift' 'haskell-unordered-containers' - 'haskell-vector') +depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-file-embed' + '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=('2a8406de0f2140079d911ba89a5d03d0d9469811f6157f29aa37c774f95b858eeec9ba274e96b296de53380439178dc0d49acd2c8db52d7bb20e6837f1eab356') +sha512sums=('998c3a85bebeb935c963a2146d0d43da3e8eadee923b50c69ba0a02af1f13027309af76271b84b6b08196bf81bbdb07ca94b65824931afc1a40d3572338c0091') build() { cd $_hkgname-$pkgver
