diff options
Diffstat (limited to 'python-wxutils/PKGBUILD')
-rwxr-xr-x | python-wxutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-wxutils/PKGBUILD b/python-wxutils/PKGBUILD index 962fef5a0..576b7e277 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}" |