[arch-commits] Commit in haskell-keys/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Dec 25 20:28:58 UTC 2016
Date: Sunday, December 25, 2016 @ 20:28:57
Author: felixonmars
Revision: 202360
upgpkg: haskell-keys 3.11-22
rebuild with unordered-containers-0.2.7.2
Modified:
haskell-keys/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-25 20:26:42 UTC (rev 202359)
+++ PKGBUILD 2016-12-25 20:28:57 UTC (rev 202360)
@@ -5,7 +5,7 @@
_hkgname=keys
pkgname=haskell-keys
pkgver=3.11
-pkgrel=21
+pkgrel=22
pkgdesc="Keyed functors and containers"
url="http://github.com/ekmett/keys/"
license=("custom:BSD3")
@@ -13,7 +13,7 @@
depends=("ghc=8.0.1" "haskell-comonad" "haskell-free" "haskell-hashable"
"haskell-semigroupoids" "haskell-semigroups" "haskell-transformers-compat"
"haskell-unordered-containers")
-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=('0cf397b7e6eb8cda930a02118c0bf262f9ef80c5a2f91822238b7778042cc4b2')
build() {
More information about the arch-commits
mailing list