Date: Monday, June 20, 2016 @ 16:58:21 Author: felixonmars Revision: 180549
upgpkg: haskell-dns 2.0.3-1 rebuild with dns-2.0.3, extra-1.4.10, generic-deriving-1.10.5, http-client-0.4.29, http-client-tls-0.2.4.1, language-javascript-0.6.0.7, monad-par-0.3.4.8, path-0.5.8, semigroupoids-5.1, wai-extra-3.0.15.2 Modified: haskell-dns/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-20 16:52:55 UTC (rev 180548) +++ PKGBUILD 2016-06-20 16:58:21 UTC (rev 180549) @@ -4,8 +4,8 @@ _hkgname=dns pkgname=haskell-dns -pkgver=2.0.2 -pkgrel=6 +pkgver=2.0.3 +pkgrel=1 pkgdesc="DNS library in Haskell" url="http://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -12,9 +12,9 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit" "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" "haskell-network" - "haskell-random" "haskell-resourcet") + "haskell-random" "haskell-resourcet" "haskell-safe") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('2b1a10e548694c49fba436ad7014db38b393b37b697445ab96e6fac4dd28b55e') +sha256sums=('ce364ece31f9c0ecb4255a48d4cb6b55e22778db571f0ed311a918c3f7e89aa0') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
