python-wheel: Dont hardcode version in source URL

This commit is contained in:
Alexey Pavlov
2018-02-13 13:24:15 +03:00
parent 26718f8183
commit 55a07abe2a

View File

@@ -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() {