diff options
author | xantares | 2015-07-04 10:52:02 +0200 |
---|---|---|
committer | xantares | 2015-07-04 10:52:02 +0200 |
commit | 96b2eab3a2a457618c2d1b5ea07b9ab56496de6c (patch) | |
tree | e42ad1be2d2047cf6955092f5870839d5e4d31e7 | |
parent | ec45ad3be9e9084a63a8a3b986d1e765694e7354 (diff) | |
download | aur-96b2eab3a2a457618c2d1b5ea07b9ab56496de6c.tar.gz |
update to 1.1.2
-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.1 + pkgver = 1.1.2 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.1.tar.gz - md5sums = ef9aed3c53bf5b52802293f242f890a1 + source = https://github.com/jeromerobert/hmat-oss/archive/1.1.2.tar.gz + md5sums = 49773a58e29c689fcd9c09a99c9eabeb pkgname = mingw-w64-hmat-oss @@ -1,5 +1,5 @@ pkgname=mingw-w64-hmat-oss -pkgver=1.1.1 +pkgver=1.1.2 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=('ef9aed3c53bf5b52802293f242f890a1') +md5sums=('49773a58e29c689fcd9c09a99c9eabeb') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |