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

Felix Yan felixonmars at archlinux.org
Fri Apr 7 05:05:17 UTC 2017


    Date: Friday, April 7, 2017 @ 05:05:17
  Author: felixonmars
Revision: 221152

upgpkg: haskell-mwc-random 0.13.5.0-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-mwc-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 05:04:22 UTC (rev 221151)
+++ PKGBUILD	2017-04-07 05:05:17 UTC (rev 221152)
@@ -5,13 +5,13 @@
 _hkgname=mwc-random
 pkgname=haskell-mwc-random
 pkgver=0.13.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, high quality pseudo random number generation"
 url="https://github.com/bos/mwc-random"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-primitive" "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")
 sha256sums=('28dd2d95d088438ab15e9dee45ddc500b6c4700a87539c70a48b1b7b4c8d1ca9')
 
 build() {



More information about the arch-commits mailing list