summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzocker-1602021-09-30 00:23:05 +0200
committerzocker-1602021-09-30 00:23:05 +0200
commit466e03985a310b52cb4b04d4fde2dd9b1b1ba792 (patch)
tree1070b8e4398061b37d926f038024e05880a6b24b /PKGBUILD
parent56a50c6e99961d9db7876ba3f85cf79a1ecd9b59 (diff)
downloadaur-466e03985a310b52cb4b04d4fde2dd9b1b1ba792.tar.gz
cleanup optdepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfd7a57b137e..cd7b0d577ddf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=keyboard-center
pkgver=0.1.17
-pkgrel=1
+pkgrel=2
pkgdesc="Application to map G-keys on (some) Logitech Gaming Keyboards"
arch=('x86_64')
url="https://github.com/zocker-160/keyboard-center"
@@ -16,8 +16,7 @@ depends=(
'hidapi>=0.10'
'libnotify>=0.7.9'
)
-optdepends=('openrgb: RGB control for your keyboard'
- 'openrgb-bin: RGB control for your keyboard (binary version)')
+optdepends=('openrgb: RGB control for your keyboard')
makedepends=('git')
source=("$pkgname-$pkgver::git+https://github.com/zocker-160/keyboard-center.git#tag=$pkgver")
sha256sums=('SKIP')