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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 17:51:44 UTC 2017


    Date: Monday, January 2, 2017 @ 17:51:43
  Author: felixonmars
Revision: 204340

upgpkg: haskell-comonad 5-17

rebuild with hashable-1.2.5.0

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 17:49:43 UTC (rev 204339)
+++ PKGBUILD	2017-01-02 17:51:43 UTC (rev 204340)
@@ -5,7 +5,7 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5
-pkgrel=16
+pkgrel=17
 pkgdesc="Comonads"
 url="http://github.com/ekmett/comonad/"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-contravariant" "haskell-distributive" "haskell-semigroups"
          "haskell-tagged" "haskell-transformers-compat")
-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=('78e5b19da5b701d14ceb2ca19191cc6205b2024ff2f71b754f5e949faa19cb2a')
 
 build() {



More information about the arch-commits mailing list