summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-09-26 18:12:20 +0200
committerMichel Zou2016-09-26 18:12:20 +0200
commit13eaebe812d0c5d2d9161620463ea36cd5e83409 (patch)
tree38004c431d023da1c2fc418efde6addbede9ce91
parent4e6f453e85803e64c74850a3459965acf0a6a35d (diff)
downloadaur-13eaebe812d0c5d2d9161620463ea36cd5e83409.tar.gz
1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a471b471826..c5e3cb97fe71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Sep 26 16:12:20 UTC 2016
pkgbase = hmat-oss
pkgdesc = A hierarchical matrix C/C++ library
- pkgver = 1.1.2
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/jeromerobert/hmat-oss
arch = i686
@@ -9,8 +11,8 @@ pkgbase = hmat-oss
makedepends = cmake
depends = cblas
depends = lapack
- source = https://github.com/jeromerobert/hmat-oss/archive/1.1.2.tar.gz
- md5sums = 49773a58e29c689fcd9c09a99c9eabeb
+ source = https://github.com/jeromerobert/hmat-oss/archive/1.2.0.tar.gz
+ sha1sums = 67ec6f26d0c66ba7c495e5c21d1ec701f43f0770
pkgname = hmat-oss
diff --git a/PKGBUILD b/PKGBUILD
index fb9cb3a25962..d9b2daea557f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hmat-oss
-pkgver=1.1.2
+pkgver=1.2.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")
-md5sums=('49773a58e29c689fcd9c09a99c9eabeb')
+sha1sums=('67ec6f26d0c66ba7c495e5c21d1ec701f43f0770')
build() {
cd $pkgname-$pkgver