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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 04:44:40 UTC 2016


    Date: Wednesday, December 21, 2016 @ 04:44:39
  Author: felixonmars
Revision: 200590

upgpkg: haskell-nonce 1.0.2-6

rebuild with memory-0.14

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 04:43:12 UTC (rev 200589)
+++ PKGBUILD	2016-12-21 04:44:39 UTC (rev 200590)
@@ -5,7 +5,7 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-cprng-aes"
          "haskell-crypto-random" "haskell-text")
-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=('1004184996ea797b43189a0e73eab0b939f129cafc776341ca82289edb329cd0')
 
 prepare() {



More information about the arch-commits mailing list