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

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 26 19:28:46 UTC 2022


    Date: Saturday, March 26, 2022 @ 19:28:45
  Author: felixonmars
Revision: 1177024

upgpkg: haskell-statistics 0.16.0.1-1: rebuild with statistics 0.16.0.1

Modified:
  haskell-statistics/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-26 19:19:59 UTC (rev 1177023)
+++ PKGBUILD	2022-03-26 19:28:45 UTC (rev 1177024)
@@ -3,21 +3,21 @@
 
 _hkgname=statistics
 pkgname=haskell-statistics
-pkgver=0.15.2.0
-pkgrel=244
+pkgver=0.16.0.1
+pkgrel=1
 pkgdesc="A library of statistical types, data, and functions"
-url="https://github.com/bos/statistics"
+url="https://github.com/haskell/statistics"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-base-orphans' 'haskell-data-default-class'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-data-default-class'
          'haskell-dense-linear-algebra' 'haskell-math-functions' 'haskell-monad-par'
-         'haskell-mwc-random' 'haskell-primitive' 'haskell-vector' 'haskell-vector-algorithms'
-         'haskell-vector-binary-instances' 'haskell-vector-th-unbox')
+         'haskell-mwc-random' 'haskell-primitive' 'haskell-random' 'haskell-vector'
+         'haskell-vector-algorithms' 'haskell-vector-binary-instances' 'haskell-vector-th-unbox')
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-erf' 'haskell-ieee754'
              'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7afa3e3edb15e02ff59c72601175d25f1a8baeaa1dd8561322e8e26781dbfbfcc03b2ade773269bab027d7399375f01595145fd2e2f252f3e73abc87f9baed41')
+sha512sums=('cead6405b5efbea94dc42fe82f2a85e94ef2841b31a7b8fa6f01d81fed52f5909ce65be3ea28ee2dad91aba360a0229a10431046bbd3ac96664f9d31f61e1bf3')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list