Date: Wednesday, February 26, 2020 @ 16:30:22 Author: felixonmars Revision: 583007
upgpkg: haskell-dns 4.0.0-1 Modified: haskell-dns/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-26 16:24:49 UTC (rev 583006) +++ PKGBUILD 2020-02-26 16:30:22 UTC (rev 583007) @@ -3,18 +3,18 @@ _hkgname=dns pkgname=haskell-dns -pkgver=3.0.4 -pkgrel=121 +pkgver=4.0.0 +pkgrel=1 pkgdesc="DNS library in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec' - 'haskell-base64-bytestring' 'haskell-cryptonite' 'haskell-iproute' - 'haskell-network' 'haskell-psqueues' 'haskell-safe') -makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 'haskell-quickcheck') + 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-cryptonite' + 'haskell-hourglass' 'haskell-iproute' 'haskell-network' 'haskell-psqueues') +makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('41cfecf8701d82ac3895ba03b53225b3273f166289472cde3a0a399384d05e83bfef5efba1b2ad8cfe2f180a895b144fd275b514430cc219a906053999e8d806') +sha512sums=('d4d2cc3d54042aa169af03220026e326353c26b76a825ee8ab44848e7497b0103787eb68fcba966a3d7e998a3e4506d75813832880d487c4f7b5021392445e5a') build() { cd $_hkgname-$pkgver
