diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-07-16 20:21:25 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-07-16 20:21:37 +0200 |
commit | f11e2113a8001b28fd89216e894db8526572f8df (patch) | |
tree | 1faca87138b45631d28ed940eb4339236f330c08 /pcr/python-humblewx | |
parent | aab3a3c4f9bbd95a58939b6102833a1f72531b1c (diff) | |
download | abslibre-f11e2113a8001b28fd89216e894db8526572f8df.tar.gz abslibre-f11e2113a8001b28fd89216e894db8526572f8df.tar.bz2 abslibre-f11e2113a8001b28fd89216e894db8526572f8df.zip |
pcr: update python-humblewx to 0.2.2
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/python-humblewx')
-rw-r--r-- | pcr/python-humblewx/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-humblewx/PKGBUILD b/pcr/python-humblewx/PKGBUILD index c98eac7ff..ed1528cb8 100644 --- a/pcr/python-humblewx/PKGBUILD +++ b/pcr/python-humblewx/PKGBUILD @@ -1,7 +1,7 @@ #Maintainer (AUR): Thibaud Kehler <thibaud.kehler at gmx dot net> pkgname='python-humblewx' _module='humblewx' -pkgver='0.2.1' +pkgver='0.2.2' pkgrel=1 pkgdesc="Library that simplifies creating user interfaces with wxPython." license=('GPL3') @@ -10,7 +10,7 @@ arch=('any') depends=('python') makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/h/${_module}/${_module}-${pkgver}.tar.gz") -md5sums=('1d3b30936aecf7570565a73878ed7f73') +sha256sums=('b327e6c8ed4c278136e0d15f436275f4f07f42f062d023e5ea999e7401bf9177') build() { cd "${srcdir}/${_module}-${pkgver}" |