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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 10:09:40 UTC 2016


    Date: Wednesday, December 21, 2016 @ 10:09:40
  Author: felixonmars
Revision: 200748

upgpkg: haskell-concurrent-output 1.7.8-1

rebuild with concurrent-output-1.7.8

Modified:
  haskell-concurrent-output/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 09:45:31 UTC (rev 200747)
+++ PKGBUILD	2016-12-21 10:09:40 UTC (rev 200748)
@@ -4,16 +4,16 @@
 
 _hkgname=concurrent-output
 pkgname=haskell-concurrent-output
-pkgver=1.7.7
-pkgrel=2
+pkgver=1.7.8
+pkgrel=1
 pkgdesc="Ungarble output from several threads or commands"
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD2")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-exceptions"
          "haskell-stm" "haskell-terminal-size" "haskell-text")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('d3f7330fa5f194ba759af30f4be0b8aaa509dc84ed24e8340a8cdbe470c6dfd1')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('8c9b0ab30ff9ea930039efcd9cc3d8541f0647c617afc17370de9de793ca9a6f')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list