summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2017-04-22 13:34:03 +0200
committerMichel Zou2017-04-22 13:34:03 +0200
commit900b2d0c42057bdcafc35dded3efb7cf68c5e54f (patch)
tree1b583da4a3f5d107ed02b0bd849a236b2294c22b /PKGBUILD
parent9f47a9951496c2ea84088ad70ccccafdc1503d53 (diff)
downloadaur-900b2d0c42057bdcafc35dded3efb7cf68c5e54f.tar.gz
wget
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ced158ad45a..a408f6010a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="http://www.boost.org/"
license=('custom')
depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-bzip2')
-makedepends=('mingw-w64-gcc' 'bzip2' 'zlib' 'python2')
+makedepends=('mingw-w64-gcc' 'bzip2' 'zlib' 'python2' 'wget')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2"
"boost-mingw.patch")