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

Felix Yan felixonmars at archlinux.org
Sun May 17 18:19:20 UTC 2020


    Date: Sunday, May 17, 2020 @ 18:19:18
  Author: felixonmars
Revision: 628808

upgpkg: haskell-math-functions 0.3.4.0-1: rebuild with math-functions 0.3.4.0

Modified:
  haskell-math-functions/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 18:17:58 UTC (rev 628807)
+++ PKGBUILD	2020-05-17 18:19:18 UTC (rev 628808)
@@ -3,18 +3,17 @@
 
 _hkgname=math-functions
 pkgname=haskell-math-functions
-pkgver=0.3.3.0
-pkgrel=12
+pkgver=0.3.4.0
+pkgrel=1
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-data-default-class' "haskell-primitive" "haskell-vector"
-         "haskell-vector-th-unbox")
+depends=('ghc-libs' 'haskell-data-default-class' "haskell-primitive" "haskell-vector")
 makedepends=('ghc' 'haskell-erf' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
-             'haskell-tasty-quickcheck')
+             'haskell-tasty-quickcheck' 'haskell-vector-th-unbox')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f6ac6f9fb604207c11d7888fa375a52b544732dd8e811c3b9bf74237bbc0dc83839eb83c11c5ef0dd88666cff4919d4e06236e14d84da7065b4dc75717ceafad')
+sha512sums=('a4a8bdf14961f2ac60037b1af9ad17365aa1165ac4ae58901b66795f8b4440acc04e2363fa31a8e6c4c4501430f323c15196d0434a988d8276f9d173efe665e0')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list