summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2016-08-02 10:42:23 +0200
committerAdriĆ  Arrufat2016-08-02 10:42:23 +0200
commit6d51db7fcc80926d93e018b95c2596e7f878c268 (patch)
tree0ae815c6b8a114f65fc0a3efb061b77ad7309571
parent6d13179543cd671c43c287610740a2020fa30941 (diff)
downloadaur-6d51db7fcc80926d93e018b95c2596e7f878c268.tar.gz
Update to version 0.17.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef12c67834e..eed225f3ed4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 10:54:29 UTC 2016
+# Tue Aug 2 08:41:53 UTC 2016
pkgbase = haskell-hmatrix
pkgdesc = Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK
- pkgver = 0.17.0.1
+ pkgver = 0.17.0.2
pkgrel = 1
url = http://hackage.haskell.org/package/hmatrix
install = haskell-hmatrix.install
@@ -18,8 +18,8 @@ pkgbase = haskell-hmatrix
depends = blas
options = strip
options = staticlibs
- source = http://hackage.haskell.org/packages/archive/hmatrix/0.17.0.1/hmatrix-0.17.0.1.tar.gz
- md5sums = a4d356f6cdc5d7b03fc1c280fe5bfb66
+ source = http://hackage.haskell.org/packages/archive/hmatrix/0.17.0.2/hmatrix-0.17.0.2.tar.gz
+ md5sums = 2edadb107f9188f9eaf1796b36a9d882
pkgname = haskell-hmatrix
depends = ghc
diff --git a/PKGBUILD b/PKGBUILD
index 629032c9c8dd..4c89a594ceca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Adria Arrufat <adria.arrufat@protonmail.ch>
pkgname=haskell-hmatrix
-pkgver=0.17.0.1
+pkgver=0.17.0.2
pkgrel=1
pkgdesc="Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK"
url="http://hackage.haskell.org/package/hmatrix"
@@ -14,7 +14,7 @@ depends=("ghc" "haskell-random" "haskell-split" "haskell-storable-complex" "hask
options=('strip' 'staticlibs')
install="${pkgname}.install"
source=("http://hackage.haskell.org/packages/archive/hmatrix/${pkgver}/hmatrix-${pkgver}.tar.gz")
-md5sums=('a4d356f6cdc5d7b03fc1c280fe5bfb66')
+md5sums=('2edadb107f9188f9eaf1796b36a9d882')
build() {
cd ${srcdir}/hmatrix-${pkgver}