summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 842bffe4c906..b979b1b4c2e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-guizero
pkgdesc = Python module to allow learners to easily create GUIs
- pkgver = 0.6.2
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/lawsie/guizero
arch = any
license = BSD
makedepends = python-setuptools
depends = python-pillow
- source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-0.6.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-0.6.4.tar.gz
source = https://raw.githubusercontent.com/lawsie/guizero/master/license.txt
- md5sums = 9d8d355fb88c37e76e8e4cb548f51972
+ md5sums = 96d2f5517b768e8f0429b1a235ef54a3
md5sums = 9670acd16790b84f21178f2b940a96e2
pkgname = python-guizero
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')