summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatMoul2017-05-13 01:16:42 +0200
committerMatMoul2017-05-13 01:16:42 +0200
commit1d1a2019386d5a346e7532adaeb2e496714b34cd (patch)
tree84e94b2393c4224366ccc30fbfb2aff107a865e0 /PKGBUILD
parenta9ecf0bb00fa7db2fd08e61a27f701cae1830aa9 (diff)
downloadaur-1d1a2019386d5a346e7532adaeb2e496714b34cd.tar.gz
New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aab846e66e4a..483d823f3df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=g810-led-git
_appname=g810-led
_gitname=g810-led
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Linux led controller for Logitech G213, G410, G610, G810, G910 and GPRO Keyboards"
arch=('any')
url="https://github.com/MatMoul/g810-led"
@@ -13,7 +13,7 @@ depends=('hidapi')
makedepends=('git' 'gcc' 'make')
optdepends=('libusb: old implementation, for developpers')
install=${pkgname}.install
-provides=("g213-led=${pkgver}" "g410-led=${pkgver}" "g610-led=${pkgver}" "g810-led=${pkgver}" "g910-led=${pkgver}")
+provides=("g213-led=${pkgver}" "g410-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")