summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-05-04 18:55:44 +0200
committerChristopher Arndt2021-05-04 18:55:44 +0200
commitea72910759dcfe0e02ef9319765420d8691851d9 (patch)
treeb6c13e1eb31e02fcb9effacbf3ffc5b8dbcf6683
parent9415a0ce9a7f05f1f7e8b4157e352846f60d5915 (diff)
downloadaur-ea72910759dcfe0e02ef9319765420d8691851d9.tar.gz
New upstream version 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb60d482a365..1a84bfdec75c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-guizero
pkgdesc = Python module to allow learners to easily create GUIs
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/lawsie/guizero
arch = any
@@ -8,9 +8,9 @@ pkgbase = python-guizero
makedepends = python-setuptools
depends = python-pillow
depends = tk
- source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.1.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.2.0.tar.gz
source = https://raw.githubusercontent.com/lawsie/guizero/master/license.txt
- md5sums = cdad7f91d4e907393f20a39f35eb24d2
+ md5sums = e6df902d7c29c87c9340657974d47b15
md5sums = 9670acd16790b84f21178f2b940a96e2
pkgname = python-guizero
diff --git a/PKGBUILD b/PKGBUILD
index 9841de529b39..3634d001d1e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-guizero'
_module='guizero'
-pkgver=1.1.1
+pkgver=1.2.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=('cdad7f91d4e907393f20a39f35eb24d2'
+md5sums=('e6df902d7c29c87c9340657974d47b15'
'9670acd16790b84f21178f2b940a96e2')