summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-11-11 11:47:47 +0100
committerMichel Zou2023-11-11 11:47:47 +0100
commit169b9349623b14def2c49a4ad4bc149bb4a72182 (patch)
tree99a128d734eaa9cdbd06b77105dd46e1eb7c5d9e /PKGBUILD
parent3b51d6eea849791678f92ab1d0183abaabf5b14c (diff)
downloadaur-mingw-w64-coin-or-asl.tar.gz
2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23c764eea6e9..6c8a5d214aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-asl
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="COIN-OR autotools harness to build AMPL Solver Library (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('mingw-w64-configure' 'mingw-w64-wine')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/$pkgver.tar.gz"
https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz)
-sha256sums=('b617b6d46a2722189dedef7c8013f7e21ebe677fe34cc6b62fabb1639fd3a96d'
+sha256sums=('92575a7d5264311a53bfec65bec006475c4b5ef3e79d8d84db798d73e8d3567f'
'e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -22,8 +22,6 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare () {
cd "ThirdParty-ASL-releases-$pkgver"
ln -sf ../solvers .
- # run configuration exe through wine
- sed -i "s|./arithchk\$(EXEEXT)|\$(MINGW_TARGET)-wine ./arithchk\$(EXEEXT)|g" Makefile.in
}
build() {