Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-mwc-random
Commits:
6c7e01fe by Felix Yan at 2024-09-01T21:31:15+03:00
upgpkg: 0.15.1.0-1: rebuild with mwc-random 0.15.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = haskell-mwc-random
pkgdesc = Fast, high quality pseudo random number generation
- pkgver = 0.15.0.2
- pkgrel = 110
- url = https://github.com/bos/mwc-random
+ pkgver = 0.15.1.0
+ pkgrel = 1
+ url = https://github.com/haskell/mwc-random
arch = x86_64
license = BSD
checkdepends = haskell-doctest
@@ -11,13 +11,12 @@ pkgbase = haskell-mwc-random
checkdepends = haskell-tasty-hunit
checkdepends = haskell-tasty-quickcheck
makedepends = ghc
- makedepends = uusi
depends = ghc-libs
depends = haskell-math-functions
depends = haskell-primitive
depends = haskell-random
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/mwc-random/0.15.0.2/mwc-random-0.15.0.2.tar.gz
- sha512sums =
7e30a4584bca7f5e5147388dc9c081ac417d3aff1e9bd431535eac695db0779b4d20c6b3bedbda06a4780d9d57ab1f7880743f7bad20e4f5d2b7d32ce7f373bd
+ source =
https://hackage.haskell.org/packages/archive/mwc-random/0.15.1.0/mwc-random-0.15.1.0.tar.gz
+ sha512sums =
48b941a9ef544796896feec7d4caf4c9e6ba05e7deaac27f80025af1a7d06ec1acce61af8f062c7a426b5e878fc7cc493946ff5c08866366878bc16d581c101b
pkgname = haskell-mwc-random
=====================================
PKGBUILD
=====================================
@@ -3,23 +3,18 @@
_hkgname=mwc-random
pkgname=haskell-mwc-random
-pkgver=0.15.0.2
-pkgrel=110
+pkgver=0.15.1.0
+pkgrel=1
pkgdesc="Fast, high quality pseudo random number generation"
-url="https://github.com/bos/mwc-random"
+url="https://github.com/haskell/mwc-random"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-math-functions' 'haskell-primitive'
'haskell-random' 'haskell-vector')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
checkdepends=('haskell-doctest' 'haskell-quickcheck' 'haskell-tasty'
'haskell-tasty-hunit'
'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7e30a4584bca7f5e5147388dc9c081ac417d3aff1e9bd431535eac695db0779b4d20c6b3bedbda06a4780d9d57ab1f7880743f7bad20e4f5d2b7d32ce7f373bd')
-
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u doctest $_hkgname.cabal
-}
+sha512sums=('48b941a9ef544796896feec7d4caf4c9e6ba05e7deaac27f80025af1a7d06ec1acce61af8f062c7a426b5e878fc7cc493946ff5c08866366878bc16d581c101b')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mwc-random/-/commit/6c7e01fe858babeceeac0b26376b46f79b65fc49
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mwc-random/-/commit/6c7e01fe858babeceeac0b26376b46f79b65fc49
You're receiving this email because of your account on gitlab.archlinux.org.