makedeb
Python library to read characters and key strokes
Click here to go back to the commit logs for python3-readchar.
Hash: acbee910bcb08e438cdd48f0f24d6b2ea8011f92
Message: Bump to v3.0.5
diff --git a/.SRCINFO b/.SRCINFO
index 0b8f03c..664b243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-readchar
pkgdesc = Python library to read characters and key strokes
- pkgver = 3.0.4
+ pkgver = 3.0.5
pkgrel = 1
url = https://github.com/magmax/python-readchar
arch = any
@@ -8,10 +8,9 @@ pkgbase = python-readchar
makedepends = python-setuptools
makedepends = flake8
depends = python
- source = python-readchar-3.0.4.tar.gz::https://github.com/magmax/python-readchar/archive/v3.0.4.tar.gz
+ source = python-readchar-3.0.5.tar.gz::https://github.com/magmax/python-readchar/archive/v3.0.5.tar.gz
source = LICENSE
- md5sums = 5248501d02afb078a6f46a0fa5cf39d9
+ md5sums = 827709aca051803b086f2b5d966fe61d
md5sums = 688183518094c78c59f08f1b74493a98
pkgname = python-readchar
-
diff --git a/PKGBUILD b/PKGBUILD
index 9895a7e..1b867ef 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=3.0.4
+pkgver=3.0.5
pkgrel=1
pkgdesc="Python library to read characters and key strokes"
arch=("any")
@@ -11,7 +11,7 @@ depends=("python")
makedepends=("python-setuptools" "flake8")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/magmax/python-readchar/archive/v$pkgver.tar.gz"
"LICENSE")
-md5sums=('5248501d02afb078a6f46a0fa5cf39d9'
+md5sums=('827709aca051803b086f2b5d966fe61d'
'688183518094c78c59f08f1b74493a98')
prepare() {