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

Felix Yan felixonmars at archlinux.org
Thu Dec 22 02:46:11 UTC 2016


    Date: Thursday, December 22, 2016 @ 02:46:10
  Author: felixonmars
Revision: 200885

upgpkg: haskell-pipes 4.3.2-1

rebuild with pipes-4.3.2, pipes-http-1.0.5

Modified:
  haskell-pipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 02:44:44 UTC (rev 200884)
+++ PKGBUILD	2016-12-22 02:46:10 UTC (rev 200885)
@@ -4,15 +4,15 @@
 
 _hkgname=pipes
 pkgname=haskell-pipes
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc="Compositional pipelines"
-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-exceptions" "haskell-mmorph" "haskell-mtl")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('35a6e296e04f992bcda28ffedf1774e23c866b6ac79025f50ee5226bda3fd001')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('7957bb290db7f1dfad0581f363ab97fcd58f7c0b916e1114464cb9a398b8334a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list