summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ef55e65e244..ba6f307f6866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-guizero'
_module='guizero'
-pkgver='0.6.2'
+pkgver='0.6.4'
pkgrel=1
pkgdesc="Python module to allow learners to easily create GUIs"
url="https://github.com/lawsie/guizero"
@@ -10,9 +10,9 @@ depends=('python-pillow')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/g/guizero/guizero-${pkgver}.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz"
'https://raw.githubusercontent.com/lawsie/guizero/master/license.txt')
-md5sums=('9d8d355fb88c37e76e8e4cb548f51972'
+md5sums=('96d2f5517b768e8f0429b1a235ef54a3'
'9670acd16790b84f21178f2b940a96e2')