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

Felix Yan felixonmars at archlinux.org
Fri Dec 4 09:46:35 UTC 2020


    Date: Friday, December 4, 2020 @ 09:46:34
  Author: felixonmars
Revision: 769930

upgpkg: haskell-http-conduit 2.3.7.4-1: rebuild with http-conduit 2.3.7.4

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-04 09:42:21 UTC (rev 769929)
+++ PKGBUILD	2020-12-04 09:46:34 UTC (rev 769930)
@@ -3,8 +3,8 @@
 
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
-pkgver=2.3.7.3
-pkgrel=227
+pkgver=2.3.7.4
+pkgrel=1
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="https://www.yesodweb.com/book/http-conduit"
 license=("BSD")
@@ -17,17 +17,9 @@
              'haskell-lifted-base' 'haskell-network' 'haskell-streaming-commons' 'haskell-temporary'
              'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-conduit'
              'haskell-warp' 'haskell-warp-tls')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
-        $pkgname-http-client-0.7.patch::https://github.com/snoyberg/http-client/commit/a09b8ac914f57f9782cc4230cb0528fc63ac54ab.patch)
-sha512sums=('0b3733ce031299ee3b93ca44d45a913e384dbfcd43efe5c65076efb5ff8266058ecb07e90f699ebb54d2d37f4a299be79717c3988e72cce631d417ba21ed4d08'
-            '292d33d8dd7591500eba2c1e2ee4a5733a10977c7d715fe3b3c1875fb1a2d482a604cbc4c70a35da1a82bd4acc57c4f33cf51c0ea1038f3cb1c75ecc7989696f')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('4e6cd8c8015dd960a1a0584224fa99bae362487f0e227a712086dba5a757546cd64d857215b3cb5eab1f74e06d4064a9f1333a0f97ba15bd107dea28244df508')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p2 -i ../$pkgname-http-client-0.7.patch
-    sed -i 's/< *0.7/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list