summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-08-16 23:54:04 +0200
committerChristopher Arndt2019-08-16 23:54:04 +0200
commita173bde1e0ebbe01dbafeefaa1293c9ce50f5585 (patch)
tree5b77b0b09e6b285a4b0848402103bcf0e1a9c455
parentfd69819861b171c36116943abe1f3e6d57c14fa7 (diff)
downloadaur-a173bde1e0ebbe01dbafeefaa1293c9ce50f5585.tar.gz
New upstream release 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b979b1b4c2e5..80eac9d76429 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.4
+ pkgver = 1.0.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-0.6.4.tar.gz
+ source = https://files.pythonhosted.org/packages/source/g/guizero/guizero-1.0.0.tar.gz
source = https://raw.githubusercontent.com/lawsie/guizero/master/license.txt
- md5sums = 96d2f5517b768e8f0429b1a235ef54a3
+ md5sums = 4d42ee1fea3e5d6c07794d92618c256e
md5sums = 9670acd16790b84f21178f2b940a96e2
pkgname = python-guizero
diff --git a/PKGBUILD b/PKGBUILD
index ba6f307f6866..8b878f0c9665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-guizero'
_module='guizero'
-pkgver='0.6.4'
+pkgver='1.0.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=('96d2f5517b768e8f0429b1a235ef54a3'
+md5sums=('4d42ee1fea3e5d6c07794d92618c256e'
'9670acd16790b84f21178f2b940a96e2')