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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 04:42:48 UTC 2016


    Date: Wednesday, December 21, 2016 @ 04:42:48
  Author: felixonmars
Revision: 200588

upgpkg: haskell-cryptohash 0.11.9-11

rebuild with memory-0.14

Modified:
  haskell-cryptohash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 04:40:55 UTC (rev 200587)
+++ PKGBUILD	2016-12-21 04:42:48 UTC (rev 200588)
@@ -5,13 +5,13 @@
 _hkgname=cryptohash
 pkgname=haskell-cryptohash
 pkgver=0.11.9
-pkgrel=10
+pkgrel=11
 pkgdesc="Collection of crypto hashes, fast, pure and practical"
 url="http://github.com/vincenthz/hs-cryptohash"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-byteable" "haskell-cryptonite" "haskell-memory")
-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=('c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb')
 
 build() {



More information about the arch-commits mailing list