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

Felix Yan felixonmars at archlinux.org
Tue May 2 08:12:23 UTC 2017


    Date: Tuesday, May 2, 2017 @ 08:12:22
  Author: felixonmars
Revision: 226508

upgpkg: haskell-mwc-random 0.13.6.0-1

rebuild with mwc-random,0.13.6.0

Modified:
  haskell-mwc-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-02 07:47:24 UTC (rev 226507)
+++ PKGBUILD	2017-05-02 08:12:22 UTC (rev 226508)
@@ -4,15 +4,15 @@
 
 _hkgname=mwc-random
 pkgname=haskell-mwc-random
-pkgver=0.13.5.0
-pkgrel=2
+pkgver=0.13.6.0
+pkgrel=1
 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")
+depends=("ghc=8.0.1" "haskell-math-functions" "haskell-primitive" "haskell-vector")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('28dd2d95d088438ab15e9dee45ddc500b6c4700a87539c70a48b1b7b4c8d1ca9')
+sha512sums=('ae0615b3b20be157677989d89bf8c493861ab2b44d78c6c7501ae756c373f5e9d287987bf13e2f86d3526db39ca3c5303702c65216faa359ebeb90c18c558197')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list