summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mugnai2022-01-15 11:44:11 +0100
committerMichael Mugnai2022-01-15 11:44:11 +0100
commit44b1ca5e98bc9223d70b3e35a0537f7af3eaa675 (patch)
treeb010d37a113bb7d33ec8d4f45c0f7de96c993294
parente5220bd7eb8a201ceaf2b485c50106722f8a2a40 (diff)
downloadaur-44b1ca5e98bc9223d70b3e35a0537f7af3eaa675.tar.gz
bump version to 2021.05.05
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ba25dfd38b9..730d08604a2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coin-or-hsl
pkgdesc = HSL Mathematical Software Library. Including solvers for sparse linear systems of equations and sparse eigenvalue problems. Compiled with coin-or-tools, supports Ipopt.
- pkgver = 2019.05.21
+ pkgver = 2021.05.05
pkgrel = 1
url = http://www.hsl.rl.ac.uk/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = coin-or-hsl
optdepends = openmp
optdepends = coin-or-ipopt
source = ThirdParty-HSL::git+https://github.com/coin-or-tools/ThirdParty-HSL.git
- source = manual://coinhsl-2019.05.21.tar.gz
+ source = manual://coinhsl-2021.05.05.tar.gz
sha256sums = SKIP
- sha256sums = 95ce1160f0b013151a3e25d40337775c760a8f3a79d801a1d190598bf4e4c0c3
+ sha256sums = f77ad752a37de8695c02c81bcc503674af76689d40a9864b6f2a7a790c3efc95
pkgname = coin-or-hsl
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