Date: Thursday, December 29, 2022 @ 21:28:38 Author: felixonmars Revision: 1371900
upgpkg: haskell-network-uri 2.6.4.2-1: rebuild with network-uri 2.6.4.2 Modified: haskell-network-uri/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-29 21:26:05 UTC (rev 1371899) +++ PKGBUILD 2022-12-29 21:28:38 UTC (rev 1371900) @@ -2,17 +2,18 @@ _hkgname=network-uri pkgname=haskell-network-uri -pkgver=2.6.4.1 -pkgrel=107 +pkgver=2.6.4.2 +pkgrel=1 pkgdesc="A library for client-side HTTP" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-th-compat') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck') +makedepends=('ghc') +checkdepends=('haskell-quickcheck' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' + 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('8e5b01fd11197ac36de9b804d37256662f904f2b94a997a2e262439bb1706d1c460db368e935bf3971fd1581162abbc07439a0bae391e1e616264bd00fe7104e') +sha512sums=('999e94a3053a101d1dc737a26ff93f832040365e949805b1ff5327ade9ab63d20f686c9f1bb3544d6d22c7c6d0b10bfcb64b30aa226d74ed6ad8bbb28fce6c0f') build() { cd $_hkgname-$pkgver
