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

Felix Yan felixonmars at archlinux.org
Mon Jul 16 18:58:32 UTC 2018


    Date: Monday, July 16, 2018 @ 18:58:32
  Author: felixonmars
Revision: 360121

upgpkg: haskell-math-functions 0.3.0.1-1

rebuild with math-functions 0.3.0.1

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-16 18:52:12 UTC (rev 360120)
+++ PKGBUILD	2018-07-16 18:58:32 UTC (rev 360121)
@@ -4,16 +4,16 @@
 
 _hkgname=math-functions
 pkgname=haskell-math-functions
-pkgver=0.2.1.0
-pkgrel=11
+pkgver=0.3.0.1
+pkgrel=1
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-primitive" "haskell-vector" "haskell-vector-th-unbox")
+depends=('ghc-libs' 'haskell-data-default-class' "haskell-primitive" "haskell-vector" "haskell-vector-th-unbox")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8124ec1c10791d54ed7420770311d83bcaed0829a29bda79a2f963cfa42e50c21d5e79d3d9480795ee59ab5a461bf04b64fedf30955e8fef6593004c4137b7f4')
+sha512sums=('ebaf8b967cd7c2c0da1662f361d077c44da4a1375e50f90db5f49151a4f9009429a4bd34d8a44052a6a42a553226717e3b95b52974bcd209ea3042c15746d868')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list