summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxantares2015-07-04 10:51:53 +0200
committerxantares2015-07-04 10:51:53 +0200
commit4e6f453e85803e64c74850a3459965acf0a6a35d (patch)
treef5cee38dd139599ce7c87ed24d245a9cc82a79c4
parent2039b8a0eb2d389c40b60678c5eb1f0d21485837 (diff)
downloadaur-4e6f453e85803e64c74850a3459965acf0a6a35d.tar.gz
update to 1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c3d19064e53..3a471b471826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hmat-oss
pkgdesc = A hierarchical matrix C/C++ library
- pkgver = 1.1.1
+ pkgver = 1.1.2
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.1.tar.gz
- md5sums = ef9aed3c53bf5b52802293f242f890a1
+ source = https://github.com/jeromerobert/hmat-oss/archive/1.1.2.tar.gz
+ md5sums = 49773a58e29c689fcd9c09a99c9eabeb
pkgname = hmat-oss
diff --git a/PKGBUILD b/PKGBUILD
index 4df4a8e51626..fb9cb3a25962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=hmat-oss
-pkgver=1.1.1
+pkgver=1.1.2
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=('ef9aed3c53bf5b52802293f242f890a1')
+md5sums=('49773a58e29c689fcd9c09a99c9eabeb')
build() {
cd $pkgname-$pkgver