Date: Wednesday, December 21, 2016 @ 04:17:29 Author: felixonmars Revision: 200572
upgpkg: haskell-cprng-aes 0.6.1-5 rebuild with memory-0.14 Modified: haskell-cprng-aes/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 04:16:04 UTC (rev 200571) +++ PKGBUILD 2016-12-21 04:17:29 UTC (rev 200572) @@ -5,13 +5,13 @@ _hkgname=cprng-aes pkgname=haskell-cprng-aes pkgver=0.6.1 -pkgrel=4 +pkgrel=5 pkgdesc="Crypto Pseudo Random Number Generator using AES in counter mode." url="http://github.com/vincenthz/hs-cprng-aes" license=("custom:BSD3") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-byteable" "haskell-cipher-aes" "haskell-crypto-random") -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=('64592a01de8c6683c5e29f538dceee918887ffe211d87214a2e38559d72c21f3') build() {
