summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2023-08-24 07:25:55 -0400
committerKyle Laker2023-08-24 07:25:55 -0400
commit83771ce608e68f82fa3726c18e39992dc79aa87b (patch)
tree1a9104699d692109992f4323ea6e3d4f6d567233
parent14e6ecfcbe93b0ecdfa47957914550d456f9cc3e (diff)
downloadaur-python-readchar.tar.gz
Bump to v4.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af5b1353d725..560e31a912f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-readchar
pkgdesc = Python library to read characters and key strokes
- pkgver = 4.0.3
+ pkgver = 4.0.5
pkgrel = 1
url = https://github.com/magmax/python-readchar
arch = any
@@ -10,9 +10,9 @@ pkgbase = python-readchar
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source = python-readchar-4.0.3.tar.gz::https://github.com/magmax/python-readchar/archive/v4.0.3.tar.gz
+ source = python-readchar-4.0.5.tar.gz::https://github.com/magmax/python-readchar/archive/v4.0.5.tar.gz
source = LICENSE
- md5sums = b7e56f278680fae02c8fdca9786cf9de
+ md5sums = d32799bc2c161d3db52c1d2b86a6cfbf
md5sums = 688183518094c78c59f08f1b74493a98
pkgname = python-readchar
diff --git a/PKGBUILD b/PKGBUILD
index 877702fabdcc..5483c9fc8bc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Ortiz Manero <marioortizmanero@gmail.com>
# Maintainer: Kyle Laker <kyle+aur@laker.email>
pkgname=python-readchar
-pkgver=4.0.3
+pkgver=4.0.5
pkgrel=1
pkgdesc="Python library to read characters and key strokes"
arch=("any")
@@ -11,7 +11,7 @@ depends=("python")
makedepends=("python-build" "python-installer" "python-wheel" "python-setuptools")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/magmax/python-readchar/archive/v$pkgver.tar.gz"
"LICENSE")
-md5sums=('b7e56f278680fae02c8fdca9786cf9de'
+md5sums=('d32799bc2c161d3db52c1d2b86a6cfbf'
'688183518094c78c59f08f1b74493a98')
prepare() {