Date: Monday, April 10, 2023 @ 07:02:16 Author: felixonmars Revision: 1443715
upgpkg: haskell-shakespeare 2.1.0-1: rebuild with shakespeare 2.1.0 Modified: haskell-shakespeare/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 07:01:50 UTC (rev 1443714) +++ PKGBUILD 2023-04-10 07:02:16 UTC (rev 1443715) @@ -3,8 +3,8 @@ _hkgname=shakespeare pkgname=haskell-shakespeare -pkgver=2.0.30 -pkgrel=59 +pkgver=2.1.0 +pkgrel=1 pkgdesc="A toolkit for making compile-time interpolated templates" url="https://www.yesodweb.com/book/shakespearean-templates" license=("MIT") @@ -13,7 +13,7 @@ '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=('8b278c712f0e914dee2cb2736f6d859e920ffdd3ffbeb2684eb45d3eafced4bf871cd5f960e31b9355d53f913fee29611f82494ec7b26d8711a2b33ef5a0aca0') +sha512sums=('f00e3db9d4681b94296a09e6aba64b69b1866ac2371db2101d0209973102e515ea5b63b89abbb54a93b304df8fc8822a5143d800f546d9a492261a7c90e37207') build() { cd $_hkgname-$pkgver
