Date: Wednesday, August 24, 2022 @ 18:33:11 Author: felixonmars Revision: 1276626
upgpkg: haskell-hashable 1.4.1.0-1: rebuild with hashable 1.4.1.0 Modified: haskell-hashable/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-24 18:32:38 UTC (rev 1276625) +++ PKGBUILD 2022-08-24 18:33:11 UTC (rev 1276626) @@ -3,8 +3,8 @@ _hkgname=hashable pkgname=haskell-hashable -pkgver=1.4.0.2 -pkgrel=34 +pkgver=1.4.1.0 +pkgrel=1 pkgdesc="A class for types that can be converted to a hash value" url="https://github.com/haskell-unordered-containers/hashable" license=('BSD') @@ -14,7 +14,7 @@ checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a8cc2b7cafa8f18d9a74490d2dff7edf12901b7c40ca0c1881af579695135c1ca7629347d34d0c7dc662078d7669d5d6234bd889c1f77f344297942243fe7dda') +sha512sums=('2819489ce9c442dd078535a67341a3c03002fd67c6b9ac428945ce8449aaf5a11e1623376d3c17a278f0dadac73ad831ab1e496d6ee26677347d52bb1efdd4c2') build() { cd $_hkgname-$pkgver