summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Mugnai2022-01-15 11:44:11 +0100
committerMichael Mugnai2022-01-15 11:44:11 +0100
commit44b1ca5e98bc9223d70b3e35a0537f7af3eaa675 (patch)
treeb010d37a113bb7d33ec8d4f45c0f7de96c993294 /PKGBUILD
parente5220bd7eb8a201ceaf2b485c50106722f8a2a40 (diff)
downloadaur-44b1ca5e98bc9223d70b3e35a0537f7af3eaa675.tar.gz
bump version to 2021.05.05
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c41abc373302..52b175da6a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=coin-or-hsl
_pkgname=coinhsl
pkgrel=1
-pkgver=2019.05.21
+pkgver=2021.05.05
pkgdesc="HSL Mathematical Software Library. Including solvers for sparse linear systems of equations and sparse eigenvalue problems. Compiled with coin-or-tools, supports Ipopt."
arch=('i686' 'x86_64')
url="http://www.hsl.rl.ac.uk/"
@@ -15,7 +15,8 @@ makedepends=('gcc' 'metis' 'gcc-fortran')
depends=('openblas-lapack')
optdepends=('openmp' 'coin-or-ipopt')
source=("ThirdParty-HSL::git+https://github.com/coin-or-tools/ThirdParty-HSL.git" "manual://${_pkgname}-${pkgver}.tar.gz")
-sha256sums=("SKIP" "95ce1160f0b013151a3e25d40337775c760a8f3a79d801a1d190598bf4e4c0c3")
+sha256sums=('SKIP'
+ 'f77ad752a37de8695c02c81bcc503674af76689d40a9864b6f2a7a790c3efc95')
build() {
cd $srcdir/ThirdParty-HSL