summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e6aeebf60ca..ed4339e9ba3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=g810-led-git
_appname=g810-led
_gitname=g810-led
-pkgver=0.2.7
+pkgver=0.2.8
pkgrel=1
-pkgdesc="Linux led controller for Logitech G213, G410, G413, G610, G810, G910 and GPRO Keyboards"
+pkgdesc="Linux led controller for Logitech G213, G410, G413. G512, G513, G610, G810, G910 and GPRO Keyboards"
arch=('any')
url="https://github.com/MatMoul/g810-led"
license=('GPL3')
@@ -13,7 +13,8 @@ depends=('hidapi')
makedepends=('git' 'gcc' 'make')
optdepends=('libusb: old implementation, for developpers')
install=${pkgname}.install
-provides=("g213-led=${pkgver}" "g410-led=${pkgver}" "g413-led=${pkgver}" "g610-led=${pkgver}" "g810-led=${pkgver}" "g910-led=${pkgver}" "gpro-led=${pkgver}")
+provides=("g213-led=${pkgver}" "g410-led=${pkgver}" "g413-led=${pkgver}" "g512-led=${pkgver}" "g513-led=${pkgver}" "g610-led=${pkgver}"
+"g810-led=${pkgver}" "g910-led=${pkgver}" "gpro-led=${pkgver}")
backup=("etc/${_appname}/profile" "etc/${_appname}/reboot" "etc/udev/rules.d/${_appname}.rules")
options=(!emptydirs)
source=("git://github.com/MatMoul/${_appname}.git")