From 55a07abe2a6888df4e60bd63488dccd00ca1cb74 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 13 Feb 2018 13:24:15 +0300 Subject: [PATCH] python-wheel: Dont hardcode version in source URL --- mingw-w64-python-wheel/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-wheel/PKGBUILD b/mingw-w64-python-wheel/PKGBUILD index 1b34881bd1..26bb9e744a 100644 --- a/mingw-w64-python-wheel/PKGBUILD +++ b/mingw-w64-python-wheel/PKGBUILD @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") options=('staticlibs' 'strip' '!debug') _dtoken='fa/b4/f9886517624a4dcb81a1d766f68034344b7565db69f13d52697222daeb72' -source=("https://pypi.python.org/packages/${_dtoken}/wheel-0.30.0.tar.gz") +source=("https://pypi.python.org/packages/${_dtoken}/wheel-${pkgver}.tar.gz") sha256sums=('9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8') prepare() {