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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 05:45:24 UTC 2016


    Date: Wednesday, December 21, 2016 @ 05:45:23
  Author: felixonmars
Revision: 200616

upgpkg: haskell-crypto-numbers 0.2.7-2

rebuild with memory-0.14

Modified:
  haskell-crypto-numbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 05:43:53 UTC (rev 200615)
+++ PKGBUILD	2016-12-21 05:45:23 UTC (rev 200616)
@@ -5,13 +5,13 @@
 _hkgname=crypto-numbers
 pkgname=haskell-crypto-numbers
 pkgver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Cryptographic numbers: functions and algorithms"
 url="https://github.com/vincenthz/hs-crypto-numbers"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-crypto-random' 'haskell-vector')
-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")
 md5sums=('adb5cb1566dde3ad9f89c0c1ad65a84c')
 
 build() {



More information about the arch-commits mailing list