summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-30 16:18:40 +0100
committerMichel Zou2019-11-30 16:18:40 +0100
commit93855d866f898a4e66fdf6943fb993eddbc13d88 (patch)
treedc30fd6e26b5b62e91ddee5553b7beacdc08a32b
parentf2a7b8c8f9191471dfe16c269aa75554801bc98c (diff)
downloadaur-93855d866f898a4e66fdf6943fb993eddbc13d88.tar.gz
wget
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0d0f61ac78..baab738f30d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = mingw-w64-coin-or-coinmetis
groups = mingw-w64-coin-or
license = custom
makedepends = mingw-w64-configure
+ makedepends = wget
depends = mingw-w64-crt
options = !buildflags
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index c8f132eb2ba1..f7e3689311a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/coin-or-tools/ThirdParty-Metis/"
license=('custom')
groups=('mingw-w64-coin-or')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-configure')
+makedepends=('mingw-w64-configure' 'wget')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/coin-or-tools/ThirdParty-Metis/archive/releases/$pkgver.tar.gz")
sha256sums=('97bf0f8787c1a6491fd2de2a8053872d7786d00b29cb574c851c32cd9aae3673')