summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-10-25 11:50:35 +0200
committerChristopher Arndt2019-10-25 11:50:35 +0200
commit207a1fdf53e5b43ccd06b83776b62287e49dba0f (patch)
treef57ba304bd9cc4e65f39af63f91852140d7af4da
parenta173bde1e0ebbe01dbafeefaa1293c9ce50f5585 (diff)
downloadaur-207a1fdf53e5b43ccd06b83776b62287e49dba0f.tar.gz
New upstream version 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80eac9d76429..f7753d437276 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-guizero
pkgdesc = Python module to allow learners to easily create GUIs
- pkgver = 1.0.0
+ pkgver = 1.1.0
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-1.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.1.0.tar.gz
source = https://raw.githubusercontent.com/lawsie/guizero/master/license.txt
- md5sums = 4d42ee1fea3e5d6c07794d92618c256e
+ md5sums = 52cecac2f7cf9642c2e1f3da2f37e23e
md5sums = 9670acd16790b84f21178f2b940a96e2
pkgname = python-guizero
diff --git a/PKGBUILD b/PKGBUILD
index 8b878f0c9665..1f45be04f084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-guizero'
_module='guizero'
-pkgver='1.0.0'
+pkgver='1.1.0'
pkgrel=1
pkgdesc="Python module to allow learners to easily create GUIs"
url="https://github.com/lawsie/guizero"
@@ -12,7 +12,7 @@ license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/${_module}/${_module}-${pkgver}.tar.gz"
'https://raw.githubusercontent.com/lawsie/guizero/master/license.txt')
-md5sums=('4d42ee1fea3e5d6c07794d92618c256e'
+md5sums=('52cecac2f7cf9642c2e1f3da2f37e23e'
'9670acd16790b84f21178f2b940a96e2')