Date: Saturday, May 14, 2022 @ 10:28:50 Author: felixonmars Revision: 1203639
upgpkg: haskell-hashable 1.4.0.2-1: rebuild with hashable 1.4.0.2 Modified: haskell-hashable/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-14 10:28:42 UTC (rev 1203638) +++ PKGBUILD 2022-05-14 10:28:50 UTC (rev 1203639) @@ -3,24 +3,19 @@ _hkgname=hashable pkgname=haskell-hashable -pkgver=1.4.0.1 -pkgrel=8 +pkgver=1.4.0.2 +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') arch=('x86_64') depends=('ghc-libs' 'haskell-base-orphans' 'haskell-ghc-bignum-orphans') -makedepends=('ghc' 'uusi') +makedepends=('ghc') 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=('36936c63a736e742f5d4f68370827a0bb75185dddb00c53459f0ba13938d3a3fcb97854c65ae649e1ea4ab939ca58c692b24b954efa4a11bd72eecec43289ada') +sha512sums=('a8cc2b7cafa8f18d9a74490d2dff7edf12901b7c40ca0c1881af579695135c1ca7629347d34d0c7dc662078d7669d5d6234bd889c1f77f344297942243fe7dda') -prepare() { - cd $_hkgname-$pkgver - uusi -u ghc-bignum $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
