summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-01-08 18:24:51 +0100
committerMichel Zou2018-01-08 18:24:51 +0100
commitd9f9d00d2f1cca7f44d109856a9eaa381531bead (patch)
tree58ad5bb19393618b3ea88d9fca9c4ae3534d634e /PKGBUILD
parent8481dab4fd3dd6f2c59f0f6ee9320079f4b740eb (diff)
downloadaur-d9f9d00d2f1cca7f44d109856a9eaa381531bead.tar.gz
no wget
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c38ea75aac9..d9f1ca0cf5b4 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' 'wget')
+makedepends=('mingw-w64-gcc' 'bzip2' 'zlib' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2"
"boost-mingw.patch")