makedeb


python3-readchar 4.2.1-0


Python library to read characters and key strokes

Click here to go back to the commit logs for python3-readchar.

Commit:


Hash: 2bdf0e042b639553a6e9ea0599683ad52eaab513

Message: Add python-setuptools dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 66d5600..e0aacd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
 pkgbase = python-readchar
 	pkgdesc = Python library to read characters and key strokes
 	pkgver = 3.0.5
-	pkgrel = 7
+	pkgrel = 8
 	url = https://github.com/magmax/python-readchar
 	arch = any
 	license = MIT
 	makedepends = python-build
 	makedepends = python-installer
 	makedepends = python-wheel
+	makedepends = python-setuptools
 	depends = python
 	source = python-readchar-3.0.5.tar.gz::https://github.com/magmax/python-readchar/archive/v3.0.5.tar.gz
 	source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index caeb174..f5ef232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
 # Maintainer: Kyle Laker <kyle+aur@laker.email>
 pkgname=python-readchar
 pkgver=3.0.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Python library to read characters and key strokes"
 arch=("any")
 url="https://github.com/magmax/python-readchar"
 license=("MIT")
 depends=("python")
-makedepends=("python-build" "python-installer" "python-wheel")
+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=('827709aca051803b086f2b5d966fe61d'