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 c861c03d2ae9..28845fd8820b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 21 21:15:19 UTC 2017
+# Wed Apr 26 20:25:38 UTC 2017
pkgbase = g810-led-git
pkgdesc = Linux led controller for Logitech G213, G410, G610, G810 and G910 Keyboards
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/MatMoul/g810-led
install = g810-led-git.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = g810-led-git
makedepends = make
depends = hidapi
optdepends = libusb: old implementation, use only if you have problem with hidapi
+ provides = g213-led=0.2.0
provides = g410-led=0.2.0
provides = g610-led=0.2.0
provides = g810-led=0.2.0
diff --git a/PKGBUILD b/PKGBUILD
index e957a52a3976..d120d64a80eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=g810-led-git
_appname=g810-led
_gitname=g810-led
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Linux led controller for Logitech G213, G410, G610, G810 and G910 Keyboards"
arch=('i686' 'x86_64')
url="https://github.com/MatMoul/g810-led"
@@ -13,7 +13,7 @@ depends=('hidapi')
makedepends=('git' 'gcc' 'make')
optdepends=('libusb: old implementation, use only if you have problem with hidapi')
install=${pkgname}.install
-provides=("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}")
backup=("etc/${_appname}/profile" "etc/${_appname}/reboot")
options=(!emptydirs)
source=("git://github.com/MatMoul/${_appname}.git")