summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Seifried2019-12-01 13:14:34 +0100
committerSteven Seifried2019-12-01 13:14:34 +0100
commitbc91b9383b57e8183218b7a9876fddedfb32a1b9 (patch)
tree8d4336872e90c424bbf37eb920e2136b230ecf47
parent3e82267a8f25177b494fe570f91c9a2931efcada (diff)
downloadaur-bc91b9383b57e8183218b7a9876fddedfb32a1b9.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c86d7ce1861..32999ef1d3a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=tuxedo-keyboard
_pkgbase=tuxedo-keyboard
pkgver=2.0.0
-pkgrel=7
+pkgrel=8
pkgdesc="Keyboard Backlight Driver from TUXEDO Computers"
url="https://github.com/tuxedocomputers/tuxedo-keyboard"
license=("GPL")
arch=('x86_64')
-makedepends=('git' 'linux-headers' 'gcc' 'make')
-depends=('dkms')
+makedepends=('gcc' 'make')
+depends=('git' 'dkms' 'linux-headers')
conflicts=('tuxedo-keyboard-dkms' 'tuxedo-wmi' 'tuxedo-wmi-dkms')
replaces=('tuxedo-keyboard-dkms')
source=('git+https://github.com/tuxedocomputers/tuxedo-keyboard.git' 'tuxedo_keyboard.conf')