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

Felix Yan felixonmars at archlinux.org
Wed Sep 16 19:41:35 UTC 2020


    Date: Wednesday, September 16, 2020 @ 19:41:34
  Author: felixonmars
Revision: 708238

upgpkg: haskell-http 4000.3.15-1: rebuild with HTTP 4000.3.15

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-16 19:34:02 UTC (rev 708237)
+++ PKGBUILD	2020-09-16 19:41:34 UTC (rev 708238)
@@ -3,8 +3,8 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.3.14
-pkgrel=277
+pkgver=4000.3.15
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -15,11 +15,11 @@
              'haskell-http-types' 'haskell-wai' 'haskell-warp' 'haskell-conduit'
              'haskell-conduit-extra')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('bcc9107412f3ff5806369675ae6cfd87c4ecc36490eab6d62c697f47e62ff8b0d1d6a25f9bfb9d8ef1f037492820eb732cb9cbec7ea9e7e4b20699573077b064')
+sha512sums=('74015725d15f5dcd1f7212100e26ae82da31201b77e729322ea95e88018ae1ef3a1bd5c2b8ac525f14276a24f2781de9de757aa5f83c71e260d6a61223b756d2')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *3.3/<4/;s/< *4.14/<5/' $_hkgname.cabal
+    sed -i 's/< *3.3/<4/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list