python3-ipython: Update to 7.2.0

This commit is contained in:
Alexey Pavlov
2019-02-19 14:40:34 +03:00
parent f0758db283
commit 9c8b7c0845

View File

@@ -3,7 +3,7 @@
_realname=ipython
pkgbase=mingw-w64-python3-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=7.1.1
pkgver=7.2.0
pkgrel=1
pkgdesc="An enhanced Interactive Python shell (mingw-w64)"
arch=('any')
@@ -38,7 +38,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-requests"
"${MINGW_PACKAGE_PREFIX}-python3-numpy")
install=${_realname}3-${CARCH}.install
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ipython/ipython/archive/${pkgver}.tar.gz")
sha256sums=('9222f658b1870e525ad758d34ab3c38ff8f4d6ba93697f5615e49f47d42a353a')
sha256sums=('42e449b06a4a06ee16dc548c0fe57b8404ed40f81fec18e99269cd8a1970383f')
prepare() {
cd "${srcdir}"