summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-09-07 21:35:47 +0200
committerMichel Zou2018-09-07 21:35:47 +0200
commit66884b86ba276a69c0fecbda2eafdf095b809619 (patch)
treee17abed75e18bd12f00cf8e763aa9552f6694c81
parent524cb4af281d74c812de9e9961aefc9bfe9f5f69 (diff)
downloadaur-66884b86ba276a69c0fecbda2eafdf095b809619.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 dbe2e81334e8..5ea8ee96b30f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = nlopt
makedepends = guile
makedepends = swig
makedepends = cmake
+ makedepends = wget
depends = gcc-libs
optdepends = octave: to use with octave,
optdepends = python: to use with python,
diff --git a/PKGBUILD b/PKGBUILD
index 670e048265cf..1d3e617052a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('x86_64')
url="http://ab-initio.mit.edu/wiki/index.php/NLopt"
license=('LGPL')
depends=('gcc-libs')
-makedepends=('python-numpy' 'octave' 'guile' 'swig' 'cmake')
+makedepends=('python-numpy' 'octave' 'guile' 'swig' 'cmake' 'wget')
optdepends=('octave: to use with octave',
'python: to use with python',
'guile: to use with guile')