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

Felix Yan felixonmars at archlinux.org
Mon Jan 2 20:24:44 UTC 2017


    Date: Monday, January 2, 2017 @ 20:24:43
  Author: felixonmars
Revision: 204435

upgpkg: haskell-constraints 0.8-2

rebuild with hashable-1.2.5.0

Modified:
  haskell-constraints/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 20:24:01 UTC (rev 204434)
+++ PKGBUILD	2017-01-02 20:24:43 UTC (rev 204435)
@@ -5,13 +5,13 @@
 _hkgname=constraints
 pkgname=haskell-constraints
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Constraint manipulation"
 url="http://github.com/ekmett/constraints/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-mtl" "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=('4cd08765345a151f21a0a4c5ef0a85661f4e53ffe807a623d5502d9ed3ae1588')
 
 build() {



More information about the arch-commits mailing list