[arch-commits] Commit in haskell-cipher-aes/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Dec 21 04:10:33 UTC 2016


    Date: Wednesday, December 21, 2016 @ 04:10:33
  Author: felixonmars
Revision: 200566

upgpkg: haskell-cipher-aes 0.2.11-4

rebuild with memory-0.14

Modified:
  haskell-cipher-aes/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 04:07:47 UTC (rev 200565)
+++ PKGBUILD	2016-12-21 04:10:33 UTC (rev 200566)
@@ -5,13 +5,13 @@
 _hkgname=cipher-aes
 pkgname=haskell-cipher-aes
 pkgver=0.2.11
-pkgrel=3
+pkgrel=4
 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=8.0.1" "haskell-byteable" "haskell-crypto-cipher-types" "haskell-securemem")
-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=('d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015')
 
 build() {



More information about the arch-commits mailing list