summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordetiam2024-01-19 23:15:30 +0800
committerdetiam2024-01-19 23:15:30 +0800
commit45b5dd85e1631248588df65fab5a5027b79f14bd (patch)
treeab5927b543b3a4e94315f897f8896ce3d369abce /PKGBUILD
parent6ee161ddad1dfd0cd0ca93f18ab292f046efede3 (diff)
downloadaur-python-keyboard.tar.gz
make 'python-setuptools' makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e03f042f4b1..a2966cf62038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgdesc="Hook and simulate keyboard events on Windows and Linux"
arch=('any')
license=('MIT')
url="https://github.com/boppreh/keyboard"
-depends=('python-setuptools')
+depends=('python3')
+makedepends=('python-setuptools')
source=("https://github.com/boppreh/keyboard/archive/v$pkgver.tar.gz")
sha512sums=('cea0945671a83a0be411801c6bf90c94eb37036dd232e9cf46700aff49f3e23800b93292bcf1b108c558c9c3179dd01d73796b21916e0bed7e5a2407f9c8f094')