Skip to content

Commit

Permalink
Merge pull request #20917 from podsvirov/python-qtconsole-update
Browse files Browse the repository at this point in the history
python-qtconsole: update to 5.5.2
  • Loading branch information
lazka committed May 16, 2024
2 parents c6b29aa + 78b720c commit fb33342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-qtconsole/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=5.5.1
pkgver=5.5.2
pkgrel=1
pkgdesc="A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more (mingw-w64)"
arch=('any')
Expand All @@ -32,7 +32,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
options=(!emptydirs !strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('a0e806c6951db9490628e4df80caec9669b65149c7ba40f9bf033c025a5b56bc')
sha256sums=('6b5fb11274b297463706af84dcbbd5c92273b1f619e6d25d08874b0a88516989')

prepare() {
cd "${srcdir}"
Expand Down

0 comments on commit fb33342

Please sign in to comment.