[arch-commits] Commit in haskell-dns/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Aug 26 17:59:34 UTC 2016


    Date: Friday, August 26, 2016 @ 17:59:34
  Author: felixonmars
Revision: 187688

upgpkg: haskell-dns 2.0.5-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  haskell-dns/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-26 17:59:06 UTC (rev 187687)
+++ PKGBUILD	2016-08-26 17:59:34 UTC (rev 187688)
@@ -4,18 +4,22 @@
 
 _hkgname=dns
 pkgname=haskell-dns
-pkgver=2.0.4
-pkgrel=4
+pkgver=2.0.5
+pkgrel=1
 pkgdesc="DNS library in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 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-safe")
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra"
+         "haskell-iproute" "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet"
+         "haskell-safe")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('2b4fc61f4ccb440aa2b8403bff1ba00a87782e46b4261d34e6c1a5a1f1c71d6d')
+sha256sums=('b2de8a536e96db022aaa2d368689e8cad7cbd1c8bfb1cc7c56b517e5633a8879')
 
+prepare() {
+    sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list