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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 21:57:56 UTC 2016


    Date: Sunday, December 25, 2016 @ 21:57:56
  Author: felixonmars
Revision: 202394

upgpkg: haskell-shake 0.15.10-7

rebuild with unordered-containers-0.2.7.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-25 21:51:43 UTC (rev 202393)
+++ PKGBUILD	2016-12-25 21:57:56 UTC (rev 202394)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.15.10
-pkgrel=6
+pkgrel=7
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-extra" "haskell-hashable" "haskell-js-flot" "haskell-js-jquery"
          "haskell-primitive" "haskell-random" "haskell-unordered-containers" "haskell-utf8-string")
-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=('36331a3cf3e29578c3134e4ee6481dd932e7d40704f5c38703a0eb231ba433d0')
 
 build() {



More information about the arch-commits mailing list