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

Felix Yan felixonmars at archlinux.org
Thu Dec 29 08:18:46 UTC 2016


    Date: Thursday, December 29, 2016 @ 08:18:45
  Author: felixonmars
Revision: 203242

upgpkg: haskell-http 4000.3.4-1

rebuild with HTTP-4000.3.4

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-29 07:36:10 UTC (rev 203241)
+++ PKGBUILD	2016-12-29 08:18:45 UTC (rev 203242)
@@ -4,15 +4,15 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.3.3
-pkgrel=6
+pkgver=4000.3.4
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'sh' 'haskell-network' 'haskell-parsec' 'haskell-mtl' 'haskell-network-uri')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('3f2d84d59e36476ca02c882419632d7d')
+md5sums=('fa5b963c84faf630357184eb8a957659')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list