Date: Sunday, October 2, 2022 @ 07:40:09 Author: felixonmars Revision: 1320586
upgpkg: haskell-dns 4.1.0-1 Modified: haskell-dns/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-02 07:39:43 UTC (rev 1320585) +++ PKGBUILD 2022-10-02 07:40:09 UTC (rev 1320586) @@ -3,8 +3,8 @@ _hkgname=dns pkgname=haskell-dns -pkgver=4.0.1 -pkgrel=281 +pkgver=4.1.0 +pkgrel=1 pkgdesc="DNS library in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -12,9 +12,10 @@ depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-cryptonite' 'haskell-hourglass' 'haskell-iproute' 'haskell-network' 'haskell-psqueues') -makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 'haskell-quickcheck') +makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-word8' + 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('5c3d86c95aeb61ffdf951472a18ce2878b9dad1069efdf02fd7aff4065cf88c93c13d197488af65811440c674a75601b0c3336a6de6a9bff98cca018254b6e9c') +sha512sums=('23fae51ef330b2e8dac96ed00e6ea80b1553cb2355f2824033471690b34935960201d15aefe55dc2632389171e0c0047d0eaed41463861c7896c1e7971852c2b') build() { cd $_hkgname-$pkgver
