summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-12-30 11:29:16 +0100
committerMichel Zou2016-12-30 11:29:16 +0100
commit00388237ef2effcb37dca7703d5611df6d30ea5f (patch)
treed6cad5f609b0a4448d71489c391643f3f9919db3
parent13eaebe812d0c5d2d9161620463ea36cd5e83409 (diff)
downloadaur-00388237ef2effcb37dca7703d5611df6d30ea5f.tar.gz
1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5e3cb97fe71..d5c5b09cb6cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 26 16:12:20 UTC 2016
+# Fri Dec 30 10:29:16 UTC 2016
pkgbase = hmat-oss
pkgdesc = A hierarchical matrix C/C++ library
- pkgver = 1.2.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/jeromerobert/hmat-oss
arch = i686
@@ -11,8 +11,8 @@ pkgbase = hmat-oss
makedepends = cmake
depends = cblas
depends = lapack
- source = https://github.com/jeromerobert/hmat-oss/archive/1.2.0.tar.gz
- sha1sums = 67ec6f26d0c66ba7c495e5c21d1ec701f43f0770
+ source = https://github.com/jeromerobert/hmat-oss/archive/1.5.0.tar.gz
+ sha1sums = ea50bc4ee9eabd42fb81757c5549a2e592a4a434
pkgname = hmat-oss
diff --git a/PKGBUILD b/PKGBUILD
index d9b2daea557f..0486099fccbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hmat-oss
-pkgver=1.2.0
+pkgver=1.5.0
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")
-sha1sums=('67ec6f26d0c66ba7c495e5c21d1ec701f43f0770')
+sha1sums=('ea50bc4ee9eabd42fb81757c5549a2e592a4a434')
build() {
cd $pkgname-$pkgver