summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2020-09-04 08:42:02 -0700
committerScott Hansen2020-09-04 08:42:02 -0700
commit6e4386cc041644a53a3f4ca751f771ee22f8018e (patch)
tree3f2fd99c5093afbfabf2f176c8fef5c5b938c76d
parent290271784f96e81846dc33d74467447a555ef521 (diff)
downloadaur-6e4386cc041644a53a3f4ca751f771ee22f8018e.tar.gz
Change to python-pynput
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c714f5b3d6be..8854f5f0378b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-keepmenu-git
makedepends = git
depends = python
depends = python-pykeepass
- depends = python-pyuserinput-git
+ depends = python-pynput
optdepends = dmenu: either dmenu or rofi is required
optdepends = rofi: either dmenu or rofi is required
optdepends = xdotool: required for typing non-U.S. Unicode characters
diff --git a/PKGBUILD b/PKGBUILD
index 17be02c29cd4..a6964faf8e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Dmenu/Rofi frontend for Keepass databases."
arch=('any')
url="https://github.com/firecat53/keepmenu"
license=('GPLv3')
-depends=('python' 'python-pykeepass' 'python-pyuserinput-git')
+depends=('python' 'python-pykeepass' 'python-pynput')
makedepends=('git')
optdepends=('dmenu: either dmenu or rofi is required'
'rofi: either dmenu or rofi is required'