summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-01-10 01:09:20 +0100
committerChristopher Arndt2022-01-10 01:09:20 +0100
commit26521bb61484752186431372b22e980444497e5d (patch)
tree4503713d1f730e7390dae6b5f506aa156f127771
parentea72910759dcfe0e02ef9319765420d8691851d9 (diff)
downloadaur-26521bb61484752186431372b22e980444497e5d.tar.gz
New upstream version 1.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a84bfdec75c..746d12b074cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-guizero
pkgdesc = Python module to allow learners to easily create GUIs
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/lawsie/guizero
arch = any
@@ -8,10 +8,9 @@ pkgbase = python-guizero
makedepends = python-setuptools
depends = python-pillow
depends = tk
- source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.2.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.3.0.tar.gz
source = https://raw.githubusercontent.com/lawsie/guizero/master/license.txt
- md5sums = e6df902d7c29c87c9340657974d47b15
+ md5sums = cb99d284c41da99f1f0ec75201eb8933
md5sums = 9670acd16790b84f21178f2b940a96e2
pkgname = python-guizero
-
diff --git a/PKGBUILD b/PKGBUILD
index 3634d001d1e9..9228bbf5987a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-guizero'
_module='guizero'
-pkgver=1.2.0
+pkgver=1.3.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=('e6df902d7c29c87c9340657974d47b15'
+md5sums=('cb99d284c41da99f1f0ec75201eb8933'
'9670acd16790b84f21178f2b940a96e2')