diff options
author | Michel Zou | 2016-12-30 11:33:45 +0100 |
---|---|---|
committer | Michel Zou | 2016-12-30 11:33:45 +0100 |
commit | 309a938e583ba63450022a7ddbd9501e6e0504cc (patch) | |
tree | bdbee4d1d208adca63d152b1b33185eb29af4588 | |
parent | d39bc8d007d4a187be4826d76c1d4de652846ca7 (diff) | |
download | aur-309a938e583ba63450022a7ddbd9501e6e0504cc.tar.gz |
1.5.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Mon Sep 26 16:15:10 UTC 2016 +# Fri Dec 30 10:33:45 UTC 2016 pkgbase = mingw-w64-hmat-oss pkgdesc = A hierarchical matrix C/C++ library (mingw-w64) - pkgver = 1.2.0 + pkgver = 1.5.0 pkgrel = 1 url = https://github.com/jeromerobert/hmat-oss arch = any @@ -13,8 +13,8 @@ pkgbase = mingw-w64-hmat-oss options = !buildflags options = staticlibs options = !strip - 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 = mingw-w64-hmat-oss @@ -1,5 +1,5 @@ pkgname=mingw-w64-hmat-oss -pkgver=1.2.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="A hierarchical matrix C/C++ library (mingw-w64)" license=('GPL') @@ -9,7 +9,7 @@ depends=('mingw-w64-cblas' 'mingw-w64-lapack') makedepends=('mingw-w64-cmake') options=('!buildflags' 'staticlibs' '!strip') source=("https://github.com/jeromerobert/hmat-oss/archive/${pkgver}.tar.gz") -sha1sums=('67ec6f26d0c66ba7c495e5c21d1ec701f43f0770') +sha1sums=('ea50bc4ee9eabd42fb81757c5549a2e592a4a434') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |