summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30e74c629b28..3b111f515fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hmat-oss
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="A hierarchical matrix C/C++ library"
license=('GPL')
@@ -8,11 +8,7 @@ url="https://github.com/jeromerobert/hmat-oss"
depends=('cblas' 'lapacke')
makedepends=('cmake')
source=("https://github.com/jeromerobert/hmat-oss/archive/${pkgver}.tar.gz")
-sha256sums=('59bf742ed13f313c622b0710b565098a4de60a38e0700f63842c576bd398b941')
-
-prepare() {
- cd $pkgname-$pkgver
-}
+sha256sums=('f45e71d1c4de157071adce36642239aa8e2b63e08caa85f59cf656519993ace1')
build() {
cd $pkgname-$pkgver