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

Felix Yan felixonmars at archlinux.org
Tue Mar 19 05:43:31 UTC 2019


    Date: Tuesday, March 19, 2019 @ 05:43:30
  Author: felixonmars
Revision: 442531

upgpkg: haskell-http 4000.3.13-1

rebuild with HTTP 4000.3.13

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-19 05:36:16 UTC (rev 442530)
+++ PKGBUILD	2019-03-19 05:43:30 UTC (rev 442531)
@@ -3,8 +3,8 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.3.12
-pkgrel=126
+pkgver=4000.3.13
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -15,13 +15,8 @@
              '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=('684741c017fd39c6a7ff1d75f182b465938d5c2a2abe92a0fcaec69a46fc11e59234c1b666ecf28465333df34ea267443fd56abaa38db21479cbcc19e286781e')
+sha512sums=('97eae7fce52f497a15ba2257358daa5c6c0f4d8f4343c39cfb596f13972b8bdeb3455e807a97b507e4a2ca7c90b9c6fa08b67d21ddace08805946a6142c0ec7a')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/< *4.12/<5/' -e 's/< *2.8/<4/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list