summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-12-03 11:20:37 +0100
committerChristopher Arndt2023-12-03 11:20:37 +0100
commit3e1784922a9b0ac50cec5de92f9910a99ca3ed78 (patch)
tree64392777ef8ef85882de430e716e86ca84c02b63
parent9e71200c2ae7071c59c238871e018033726b6b08 (diff)
downloadaur-3e1784922a9b0ac50cec5de92f9910a99ca3ed78.tar.gz
New upstream version 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e71ea15143a3..ccfe0f5a6769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-guizero
pkgdesc = Python module to allow learners to easily create GUIs
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/lawsie/guizero
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-guizero
makedepends = python-wheel
depends = python-pillow
depends = tk
- source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.4.0.tar.gz
- sha256sums = 5764e38a3b2a089712ec1e75340bf8335ea7721e37df8d9021cdd0afb8b57a27
+ source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.5.0.tar.gz
+ sha256sums = 421f8e6871d795064c1608f8277ae3d252e129f656ddc558b30f577bdc6267d1
pkgname = python-guizero
diff --git a/PKGBUILD b/PKGBUILD
index 05be03c998ef..bd9ed9a59328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=guizero
pkgname=python-$_name
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc='Python module to allow learners to easily create GUIs'
url='https://github.com/lawsie/guizero'
@@ -11,8 +11,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
license=(BSD)
arch=(any)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('5764e38a3b2a089712ec1e75340bf8335ea7721e37df8d9021cdd0afb8b57a27')
-
+sha256sums=('421f8e6871d795064c1608f8277ae3d252e129f656ddc558b30f577bdc6267d1')
build() {
cd $_name-$pkgver