Date: Tuesday, June 20, 2017 @ 08:32:11 Author: felixonmars Revision: 238874
upgpkg: haskell-securemem 0.1.9-17 rebuild with foundation,0.0.12 Modified: haskell-securemem/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 08:30:49 UTC (rev 238873) +++ PKGBUILD 2017-06-20 08:32:11 UTC (rev 238874) @@ -5,12 +5,12 @@ _hkgname=securemem pkgname=haskell-securemem pkgver=0.1.9 -pkgrel=16 +pkgrel=17 pkgdesc="abstraction to an auto scrubbing and const time eq, memory chunk." url="http://github.com/vincenthz/hs-securemem" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-byteable" "haskell-memory") +depends=('ghc' "haskell-byteable" "haskell-memory") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('feb60dc542ea3ce9cdb449093b85dc69e43df310aab4fd161e4cdaa3ba847036')
