Date: Friday, January 6, 2023 @ 17:48:33 Author: felixonmars Revision: 1378701
upgpkg: haskell-hashable 1.4.2.0-1: rebuild with hashable 1.4.2.0 Modified: haskell-hashable/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-06 17:48:29 UTC (rev 1378700) +++ PKGBUILD 2023-01-06 17:48:33 UTC (rev 1378701) @@ -3,18 +3,18 @@ _hkgname=hashable pkgname=haskell-hashable -pkgver=1.4.1.0 -pkgrel=42 +pkgver=1.4.2.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') arch=('x86_64') -depends=('ghc-libs' 'haskell-base-orphans' 'haskell-ghc-bignum-orphans') +depends=('ghc-libs' 'haskell-base-orphans' 'haskell-data-array-byte' 'haskell-ghc-bignum-orphans') 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=('2819489ce9c442dd078535a67341a3c03002fd67c6b9ac428945ce8449aaf5a11e1623376d3c17a278f0dadac73ad831ab1e496d6ee26677347d52bb1efdd4c2') +sha512sums=('6e44177b6c00d4b385696348a8f66e6158beeb224aa85726141bc4d58c5e3094dab35dd68ae4ef61845ccb3ffd8836547d988d61e9b39176782b567189381140') build() { cd $_hkgname-$pkgver
