Date: Tuesday, June 20, 2017 @ 08:36:19 Author: felixonmars Revision: 238878
upgpkg: haskell-cipher-aes 0.2.11-17 rebuild with foundation,0.0.12 Modified: haskell-cipher-aes/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 08:34:57 UTC (rev 238877) +++ PKGBUILD 2017-06-20 08:36:19 UTC (rev 238878) @@ -5,12 +5,12 @@ _hkgname=cipher-aes pkgname=haskell-cipher-aes pkgver=0.2.11 -pkgrel=16 +pkgrel=17 pkgdesc="Fast AES cipher implementation with advanced mode of operations" url="https://github.com/vincenthz/hs-cipher-aes" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-byteable" "haskell-crypto-cipher-types" "haskell-securemem") +depends=('ghc' "haskell-byteable" "haskell-crypto-cipher-types" "haskell-securemem") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015')
