summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatMoul2017-04-26 22:25:38 +0200
committerMatMoul2017-04-26 22:25:38 +0200
commit8624b5921f50aeb437371d19ee53b3e32218a262 (patch)
treec947fd5c06db16b6b94ebfeccffa139c148065fc /PKGBUILD
parent33bb37570a60f43cf4295b247453a7a71553c3d2 (diff)
downloadaur-8624b5921f50aeb437371d19ee53b3e32218a262.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 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")