Skip to content

Commit

Permalink
python-idna: Update to 2.6 (msys2#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored and Alexpux committed Aug 19, 2017
1 parent 35bfc3d commit 76c697d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mingw-w64-python-idna/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
_realname=idna
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.5
pkgver=2.6
pkgrel=1
pkgdesc='Internationalized Domain Names in Applications (mingw-w64)'
url='https://github.com/kjd/idna'
license=('BSD-like')
arch=('any')
makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3")
"${MINGW_PACKAGE_PREFIX}-python3"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
_dtoken="d8/82/28a51052215014efc07feac7330ed758702fc0581347098a81699b5281cb"
source=("https://pypi.python.org/packages/${_dtoken}/${_realname}-${pkgver}.tar.gz")
sha256sums=('3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab')
source=("https://pypi.io/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f')

prepare() {
cd ${srcdir}
Expand Down

0 comments on commit 76c697d

Please sign in to comment.