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

Felix Yan felixonmars at archlinux.org
Sun Jul 8 06:09:14 UTC 2018


    Date: Sunday, July 8, 2018 @ 06:09:13
  Author: felixonmars
Revision: 354541

upgpkg: haskell-network 2.7.0.2-1

rebuild with network 2.7.0.2

Modified:
  haskell-network/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 05:51:54 UTC (rev 354540)
+++ PKGBUILD	2018-07-08 06:09:13 UTC (rev 354541)
@@ -4,8 +4,8 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.7.0.1
-pkgrel=5
+pkgver=2.7.0.2
+pkgrel=1
 pkgdesc="Low-level networking interface"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -12,17 +12,9 @@
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
-        https://github.com/kazu-yamamoto/network/commit/abb514140cb1bb22c8c03fdf4b8ad10253712ddd.patch)
-sha512sums=('87d8f65bcf5c1b41e26bc18bdb1014a73413c7950adff349c409232dd832aa906b9b2b3f46a04adbc14aba0c6a762646dc6c9966a67fbd66daef7e536ef25cbd'
-            'cfe182407ddfc0352efc7ee3e406e3fd995fde14cc1c2ae161a26b87c55cd68bd693bcbf8f35b337ee52da572beea17842c7ab6aad6909915f2d2d647114c764')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('cf82fddbdcee160a86fd8daec0141503906bb8955f9bdd8bbcc8fee608a90b13ed8e3fd24d550be1b7ff2108afe893ded9459e61ed05d637f1ba2ebfbd62454b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    # https://github.com/haskell/network/issues/334#issuecomment-400192992
-    patch -p1 -i ../abb514140cb1bb22c8c03fdf4b8ad10253712ddd.patch
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list