diff options
author | Michel Zou | 2020-01-28 10:55:17 +0100 |
---|---|---|
committer | Michel Zou | 2020-01-28 10:55:17 +0100 |
commit | 80e34f9909a088d47a6fa3e755471e7fc6a5ce93 (patch) | |
tree | 580ecbf6334f94036169e7c67e16750ca66398a6 | |
parent | f5bbaffbf98ad1e381d0a8faa82840d70e8915e2 (diff) | |
download | aur-80e34f9909a088d47a6fa3e755471e7fc6a5ce93.tar.gz |
1.6.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-hmat-oss pkgdesc = A hierarchical matrix C/C++ library (mingw-w64) - pkgver = 1.6.0 + pkgver = 1.6.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.6.0.tar.gz - sha256sums = 441bffb2e578150d86b0f056a52a3838f56d0bef6c6257c1bf6f54b308f37125 + source = https://github.com/jeromerobert/hmat-oss/archive/1.6.1.tar.gz + sha256sums = 1517be8bde1c06bd8bc42d95926c72d787af95fc3d37439c911a7cea3243d2ca pkgname = mingw-w64-hmat-oss @@ -1,5 +1,5 @@ pkgname=mingw-w64-hmat-oss -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc="A hierarchical matrix C/C++ library (mingw-w64)" license=('GPL') @@ -9,13 +9,12 @@ 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") -sha256sums=('441bffb2e578150d86b0f056a52a3838f56d0bef6c6257c1bf6f54b308f37125') +sha256sums=('1517be8bde1c06bd8bc42d95926c72d787af95fc3d37439c911a7cea3243d2ca') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" prepare () { cd "$srcdir/hmat-oss-${pkgver}" - sed -i "s|git_version(HMAT 1.5.0)|git_version(HMAT 1.6.0)|g" CMakeLists.txt } build() { |