summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatMoul2020-04-28 02:33:20 +0200
committerMatMoul2020-04-28 02:33:20 +0200
commitb298a8bda7355a91d832d3be6a31a261666fb7c1 (patch)
tree162215176892f8c13185448fb580e7988fe855e5 /PKGBUILD
parent99ef6c3d1d9d9464d731cf282f49055c578001ba (diff)
downloadaur-b298a8bda7355a91d832d3be6a31a261666fb7c1.tar.gz
New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdcb7f381f23..8eed94d6a6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=g810-led-git
_appname=g810-led
_gitname=g810-led
-pkgver=0.3.9
+pkgver=0.4.0
pkgrel=1
-pkgdesc="Linux led controller for Logitech G213, G410, G413. G512, G513, G610, G810, G910 and GPRO Keyboards"
+pkgdesc="Linux led controller for Logitech G213, G410, G413. G512, G513, G610, G810, G815, G910 and GPRO Keyboards"
arch=('any')
url="https://github.com/MatMoul/g810-led"
license=('GPL3')
@@ -14,7 +14,7 @@ makedepends=('git' 'gcc' 'make')
optdepends=('libusb: old implementation, for developpers')
install=${pkgname}.install
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}")
+"g810-led=${pkgver}" "g815-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")