makedeb
Python library to read characters and key strokes
Click here to go back to the commit logs for python3-readchar.
Hash: 27ba1007e6edc2a3dd80287a32ec380ac524d979
Message: Add python-wheel makedepends
diff --git a/.SRCINFO b/.SRCINFO
index 1c76824..66d5600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-readchar
pkgdesc = Python library to read characters and key strokes
pkgver = 3.0.5
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/magmax/python-readchar
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
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 a49eadf..caeb174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Kyle Laker <kyle+aur@laker.email>
pkgname=python-readchar
pkgver=3.0.5
-pkgrel=6
+pkgrel=7
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")
+makedepends=("python-build" "python-installer" "python-wheel")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/magmax/python-readchar/archive/v$pkgver.tar.gz"
"LICENSE")
md5sums=('827709aca051803b086f2b5d966fe61d'