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

Felix Yan felixonmars at archlinux.org
Sat Aug 5 07:26:59 UTC 2017


    Date: Saturday, August 5, 2017 @ 07:26:58
  Author: felixonmars
Revision: 248591

upgpkg: haskell-dns 2.0.12-1

rebuild with dns,2.0.12

Modified:
  haskell-dns/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 07:24:35 UTC (rev 248590)
+++ PKGBUILD	2017-08-05 07:26:58 UTC (rev 248591)
@@ -4,8 +4,8 @@
 
 _hkgname=dns
 pkgname=haskell-dns
-pkgver=2.0.10
-pkgrel=40
+pkgver=2.0.12
+pkgrel=1
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -13,12 +13,8 @@
 depends=('ghc' "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" "haskell-iproute"
          "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet" "haskell-safe")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
+sha512sums=('a47f3a5feee2e5a5db6c7280985a12b9ca28d13f81d6a50c1fd5130669786ac05a455e4c29b2bc138df9296d062cbfece71c650aaf6e8f359ee2004e4499e1ed')
 
-prepare() {
-    sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list