Date: Wednesday, September 21, 2022 @ 15:10:11 Author: felixonmars Revision: 1305998
upgpkg: haskell-th-utilities 0.2.5.0-1: rebuild with th-utilities 0.2.5.0 Modified: haskell-th-utilities/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-21 14:32:19 UTC (rev 1305997) +++ PKGBUILD 2022-09-21 15:10:11 UTC (rev 1305998) @@ -2,8 +2,8 @@ _hkgname=th-utilities pkgname=haskell-th-utilities -pkgver=0.2.4.3 -pkgrel=90 +pkgver=0.2.5.0 +pkgrel=1 pkgdesc="Collection of useful functions for use with Template Haskell" url="https://github.com/fpco/th-utilities" license=('MIT') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-primitive' 'haskell-syb' 'haskell-th-abstraction' 'haskell-th-orphans') makedepends=('ghc' 'haskell-hspec' 'haskell-vector') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('6fa1d09ca40f548b0f9c97ed623924964a8c03dfc7a4874ee1db7d854b25008299e4eb6f5cea0befaa636cdb4ebdd1ce7685a2c4ea03548c24395f48e9f88e3a') +sha512sums=('49653b33dcc3413d0feb7281a1ce3ae2197e8327900058993b7e1f5416e2b3496d49aa8c417e3ae6f92755a25b80159a653038569f823f9085d88996f3b42206') build() { cd $_hkgname-$pkgver
