diff options
author | xantares | 2015-06-16 12:30:07 +0000 |
---|---|---|
committer | xantares | 2015-06-16 12:30:07 +0000 |
commit | ec45ad3be9e9084a63a8a3b986d1e765694e7354 (patch) | |
tree | 845e2bd4a135396fc14717e55b6d45729df03ce8 | |
parent | 6197997f4fa53baba36ec2c439bf0a6d804dc7a4 (diff) | |
download | aur-ec45ad3be9e9084a63a8a3b986d1e765694e7354.tar.gz |
update to 1.1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-hmat-oss pkgdesc = A hierarchical matrix C/C++ library (mingw-w64) - pkgver = 1.1.0 + pkgver = 1.1.1 pkgrel = 1 url = https://github.com/jeromerobert/hmat-oss arch = any @@ -11,8 +11,8 @@ pkgbase = mingw-w64-hmat-oss options = !buildflags options = staticlibs options = !strip - source = https://github.com/jeromerobert/hmat-oss/archive/1.1.0.tar.gz - md5sums = b4525676859f005f64e8d708356e404a + source = https://github.com/jeromerobert/hmat-oss/archive/1.1.1.tar.gz + md5sums = ef9aed3c53bf5b52802293f242f890a1 pkgname = mingw-w64-hmat-oss @@ -1,5 +1,5 @@ pkgname=mingw-w64-hmat-oss -pkgver=1.1.0 +pkgver=1.1.1 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") -md5sums=('b4525676859f005f64e8d708356e404a') +md5sums=('ef9aed3c53bf5b52802293f242f890a1') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |