summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxantares2015-07-04 10:51:53 +0200
committerxantares2015-07-04 10:51:53 +0200
commit4e6f453e85803e64c74850a3459965acf0a6a35d (patch)
treef5cee38dd139599ce7c87ed24d245a9cc82a79c4 /PKGBUILD
parent2039b8a0eb2d389c40b60678c5eb1f0d21485837 (diff)
downloadaur-4e6f453e85803e64c74850a3459965acf0a6a35d.tar.gz
update to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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