Skip to content

Commit

Permalink
python-wheel: update to 0.32.2 (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adsun701 authored and Alexpux committed Oct 21, 2018
1 parent 5d5eb4b commit af7e92a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mingw-w64-python-wheel/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _pyname=wheel
_realname=${_pyname}
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.31.1
pkgver=0.32.2
pkgrel=1
pkgdesc="A built-package format for Python (mingw-w64)"
arch=('any')
Expand All @@ -18,9 +18,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools")
options=('staticlibs' 'strip' '!debug')
# _dtoken='fa/b4/f9886517624a4dcb81a1d766f68034344b7565db69f13d52697222daeb72'
source=("https://pypi.io/packages/source/w/wheel/${_pyname}-${pkgver}.tar.gz")
sha256sums=('0a2e54558a0628f2145d2fc822137e322412115173e8a2ddbe1c9024338ae83c')
sha256sums=('196c9842d79262bb66fcf59faa4bd0deb27da911dbc7c6cdca931080eb1f0783')

prepare() {
for builddir in python{2,3}-build-${CARCH}; do
Expand Down

0 comments on commit af7e92a

Please sign in to comment.