[arch-commits] Commit in haskell-securemem/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 21 03:45:06 UTC 2016
Date: Wednesday, December 21, 2016 @ 03:45:05
Author: felixonmars
Revision: 200556
upgpkg: haskell-securemem 0.1.9-4
rebuild with memory-0.14
Modified:
haskell-securemem/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-21 03:41:51 UTC (rev 200555)
+++ PKGBUILD 2016-12-21 03:45:05 UTC (rev 200556)
@@ -5,13 +5,13 @@
_hkgname=securemem
pkgname=haskell-securemem
pkgver=0.1.9
-pkgrel=3
+pkgrel=4
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=8.0.1" "haskell-byteable" "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=('feb60dc542ea3ce9cdb449093b85dc69e43df310aab4fd161e4cdaa3ba847036')
build() {
More information about the arch-commits
mailing list