summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarvin Delgado2019-09-29 10:15:49 -0400
committerDarvin Delgado2019-09-29 10:15:49 -0400
commit6e708d4c00dcb7652cb8383428a3e20100ba241a (patch)
treecd0e6f020e9441ffd608b74edc9ea68fa84d8cb4 /PKGBUILD
parenta2060aa3bf9bbcf6b2590c6113fb1bc4199af6c1 (diff)
downloadaur-6e708d4c00dcb7652cb8383428a3e20100ba241a.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a4bd8aae050..adb4994e484b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Darvin Delgado <dnmodder@gmail.com>
pkgname=oversteer
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical application to configure Logitech Wheels."
arch=("any")
url="https://github.com/berarma/oversteer"
license=('GPL3')
-depends=("python" "python-gobject" "python-pyudev" "python-xdg" "gettext" "appstream-glib" "desktop-file-utils")
+depends=("python" "python-gobject" "python-pyudev" "python-evdev" "python-xdg" "gettext" "appstream-glib" "desktop-file-utils")
optdepends=("jstest-gtk-git: Test the steering wheel")
makedepends=("meson")
source=("https://github.com/berarma/${pkgname}/archive/${pkgver}.tar.gz")