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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 06:30:04 UTC 2016


    Date: Wednesday, December 21, 2016 @ 06:30:04
  Author: felixonmars
Revision: 200634

upgpkg: haskell-pipes-http 1.0.4-17

rebuild with memory-0.14

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 06:28:20 UTC (rev 200633)
+++ PKGBUILD	2016-12-21 06:30:04 UTC (rev 200634)
@@ -5,13 +5,13 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.4
-pkgrel=16
+pkgrel=17
 pkgdesc="HTTP client with pipes interface"
-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" "haskell-http-client" "haskell-http-client-tls" "haskell-pipes")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
 
 prepare() {



More information about the arch-commits mailing list