summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKalle Lindqvist2021-02-01 18:23:29 +0100
committerKalle Lindqvist2021-02-01 18:23:29 +0100
commit82daa562bae70f5e3cdca412cb63221d59004a69 (patch)
tree3d5cfbf655aae3ffa464ebeab7e32986a55f7af3 /PKGBUILD
parentca7d5bbca8b1fcd1c139312d503240c34c232ee6 (diff)
downloadaur-xkeysnail-git.tar.gz
Add python-appdirs as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3d81e8b78ee..9355961a648c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kalle Lindqvist <kalle.lindqvist@mykolab.com>
pkgname=xkeysnail-git
-pkgver=r51.g26ecdf8
+pkgver=r114.gbf3c93b
pkgrel=1
pkgdesc="Yet another keyboard remapping tool for X environment."
arch=('any')
@@ -9,7 +9,8 @@ license=('GPL')
depends=('python'
'python-xlib'
'python-evdev'
- 'python-inotify-simple')
+ 'python-inotify-simple'
+ 'python-appdirs')
makedepends=('python-setuptools'
'git')
provides=('xkeysnail')