summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2d81c81299..ba8e7fa7f444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 12 19:37:16 UTC 2017
+# Fri May 12 23:16:42 UTC 2017
pkgbase = g810-led-git
pkgdesc = Linux led controller for Logitech G213, G410, G610, G810, G910 and GPRO Keyboards
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MatMoul/g810-led
install = g810-led-git.install
arch = any
@@ -18,6 +18,7 @@ pkgbase = g810-led-git
provides = g610-led=0.2.3
provides = g810-led=0.2.3
provides = g910-led=0.2.3
+ provides = gpro-led=0.2.3
options = !emptydirs
backup = etc/g810-led/profile
backup = etc/g810-led/reboot
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")