summaryrefslogtreecommitdiff
path: root/python-wxutils
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-27 22:50:40 +0200
committerErich Eckner <git@eckner.net>2020-04-27 22:50:40 +0200
commitf32f534f283d855cc9c4ce5c73957ba1d0323d87 (patch)
tree333116c63e629bb151441e5823d06699947d259b /python-wxutils
parent1d58656f117fb821be27d63340366332059ff9ec (diff)
downloadarchlinuxewe.git.save-f32f534f283d855cc9c4ce5c73957ba1d0323d87.tar.xz
python-wxutils 0.2.3-3 -> 0.2.4-1
Diffstat (limited to 'python-wxutils')
-rwxr-xr-xpython-wxutils/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/python-wxutils/PKGBUILD b/python-wxutils/PKGBUILD
index 962fef5a..576b7e27 100755
--- a/python-wxutils/PKGBUILD
+++ b/python-wxutils/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=python-wxutils
_pkgname="${pkgname#*-}"
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.2.4
+pkgrel=1
pkgdesc='A library of convenience functions for wxPython'
arch=('any')
url='https://pypi.python.org/pypi/wxutils/0.1.2'
@@ -17,9 +17,9 @@ makedepends=(
'python-setuptools'
)
source=(
- "https://pypi.python.org/packages/55/e9/dbec604ebb961cca28c6e835d050326d87f592d4bdc8171097230ea5b407/${_pkgname}-${pkgver}.tar.gz"
+ "https://pypi.python.org/packages/61/6e/1101de75559b7079e4f3fd2ce0d939cd5995b78acc49881327ba9b219a1b/${_pkgname}-${pkgver}.tar.gz"
)
-sha512sums=('098d9b1030f16478db37960fcb9fc414222c8e3623bb6910b5281b986a43b4a6c879b1af09a836bd659b220aeb5e2d3f31d4d6474e241fe03c4893a3dea85218')
+sha512sums=('9217607a23e5e41316ba39e4cae28d0899571d6dd1a4e4c9cb5de1748a778af2d2c575d9da33b26e4a7e81dba70aedb23e78b4fc91970fc8074da3da40903253')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"