Date: Wednesday, December 21, 2016 @ 06:01:36 Author: felixonmars Revision: 200624
upgpkg: haskell-crypto-pubkey 0.2.8-5 rebuild with memory-0.14 Modified: haskell-crypto-pubkey/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 05:58:51 UTC (rev 200623) +++ PKGBUILD 2016-12-21 06:01:36 UTC (rev 200624) @@ -5,7 +5,7 @@ _hkgname=crypto-pubkey pkgname=haskell-crypto-pubkey pkgver=0.2.8 -pkgrel=4 +pkgrel=5 pkgdesc="Public Key cryptography" url="https://github.com/vincenthz/hs-crypto-pubkey" license=('custom:BSD3') @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 'haskell-crypto-pubkey-types' 'haskell-crypto-random' 'haskell-cryptohash') -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") md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d') build() {
