diff options
author | Michel Zou | 2016-09-26 18:15:10 +0200 |
---|---|---|
committer | Michel Zou | 2016-09-26 18:15:10 +0200 |
commit | d39bc8d007d4a187be4826d76c1d4de652846ca7 (patch) | |
tree | e264749147ceb2939685d8e23725679107437b18 | |
parent | de951d21eeb887292a0c39c81596e9f4917649c4 (diff) | |
download | aur-d39bc8d007d4a187be4826d76c1d4de652846ca7.tar.gz |
1.2.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Mon Sep 26 16:15:10 UTC 2016 pkgbase = mingw-w64-hmat-oss pkgdesc = A hierarchical matrix C/C++ library (mingw-w64) - pkgver = 1.1.2 + pkgver = 1.2.0 pkgrel = 1 url = https://github.com/jeromerobert/hmat-oss arch = any @@ -11,8 +13,8 @@ pkgbase = mingw-w64-hmat-oss options = !buildflags options = staticlibs options = !strip - source = https://github.com/jeromerobert/hmat-oss/archive/1.1.2.tar.gz - md5sums = 49773a58e29c689fcd9c09a99c9eabeb + source = https://github.com/jeromerobert/hmat-oss/archive/1.2.0.tar.gz + sha1sums = 67ec6f26d0c66ba7c495e5c21d1ec701f43f0770 pkgname = mingw-w64-hmat-oss @@ -1,5 +1,5 @@ pkgname=mingw-w64-hmat-oss -pkgver=1.1.2 +pkgver=1.2.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") -md5sums=('49773a58e29c689fcd9c09a99c9eabeb') +sha1sums=('67ec6f26d0c66ba7c495e5c21d1ec701f43f0770') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |