summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordetiam2024-01-19 23:15:30 +0800
committerdetiam2024-01-19 23:15:30 +0800
commit45b5dd85e1631248588df65fab5a5027b79f14bd (patch)
treeab5927b543b3a4e94315f897f8896ce3d369abce
parent6ee161ddad1dfd0cd0ca93f18ab292f046efede3 (diff)
downloadaur-python-keyboard.tar.gz
make 'python-setuptools' makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a589825078..dcbbaf14c110 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,9 @@ pkgbase = python-keyboard
url = https://github.com/boppreh/keyboard
arch = any
license = MIT
- depends = python-setuptools
+ makedepends = python-setuptools
+ depends = python3
source = https://github.com/boppreh/keyboard/archive/v0.13.5.tar.gz
sha512sums = cea0945671a83a0be411801c6bf90c94eb37036dd232e9cf46700aff49f3e23800b93292bcf1b108c558c9c3179dd01d73796b21916e0bed7e5a2407f9c8f094
pkgname = python-keyboard
-
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')