summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-06-09 19:14:03 +0200
committerMichel Zou2021-06-09 19:14:03 +0200
commitec461f5ad3c0c00db7d243651d47671c80ef1a70 (patch)
tree5698a6932e0e5d23604cf860a4a2a43b5fde8d12
parentc6e1f21a4f04b07666fcac60488590a3e597b515 (diff)
downloadaur-ec461f5ad3c0c00db7d243651d47671c80ef1a70.tar.gz
1.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e72d5108f3bf..5f976ef69a82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hmat-oss
pkgdesc = A hierarchical matrix C/C++ library
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/jeromerobert/hmat-oss
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = hmat-oss
makedepends = cmake
depends = cblas
depends = lapack
- source = https://github.com/jeromerobert/hmat-oss/archive/1.7.0.tar.gz
- sha256sums = 137c221aa964afe880d0b06f6d9359561463a2a2a3f688075bbaf34847cddf99
+ source = https://github.com/jeromerobert/hmat-oss/archive/1.7.1.tar.gz
+ sha256sums = 8ff641ec6b1ae290ee8d67ba5880fb636659c5f150e84daa826d93140500b3ed
pkgname = hmat-oss
diff --git a/PKGBUILD b/PKGBUILD
index 5126a75908f7..005f5fa3f7a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hmat-oss
-pkgver=1.7.0
+pkgver=1.7.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")
-sha256sums=('137c221aa964afe880d0b06f6d9359561463a2a2a3f688075bbaf34847cddf99')
+sha256sums=('8ff641ec6b1ae290ee8d67ba5880fb636659c5f150e84daa826d93140500b3ed')
build() {
cd $pkgname-$pkgver