summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxantares2015-06-16 12:28:09 +0000
committerxantares2015-06-16 12:28:09 +0000
commit2039b8a0eb2d389c40b60678c5eb1f0d21485837 (patch)
tree03390d86129b3d0cfa0221317425ce32891266a4
parentc00408b1ec352a534300a1d55207a6423846bb90 (diff)
downloadaur-2039b8a0eb2d389c40b60678c5eb1f0d21485837.tar.gz
update to 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5fb2eead82..2c3d19064e53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hmat-oss
pkgdesc = A hierarchical matrix C/C++ library
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/jeromerobert/hmat-oss
arch = i686
@@ -9,8 +9,8 @@ pkgbase = hmat-oss
makedepends = cmake
depends = cblas
depends = lapack
- source = https://github.com/jeromerobert/hmat-oss/archive/1.1.0.tar.gz
- md5sums = b4525676859f005f64e8d708356e404a
+ source = https://github.com/jeromerobert/hmat-oss/archive/1.1.1.tar.gz
+ md5sums = ef9aed3c53bf5b52802293f242f890a1
pkgname = hmat-oss
diff --git a/PKGBUILD b/PKGBUILD
index c7fd820a3a4d..4df4a8e51626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hmat-oss
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="A hierarchical matrix C/C++ library"
license=('GPL')
@@ -8,7 +8,7 @@ url="https://github.com/jeromerobert/hmat-oss"
depends=('cblas' 'lapack')
makedepends=('cmake')
source=("https://github.com/jeromerobert/hmat-oss/archive/${pkgver}.tar.gz")
-md5sums=('b4525676859f005f64e8d708356e404a')
+md5sums=('ef9aed3c53bf5b52802293f242f890a1')
build() {
cd $pkgname-$pkgver