summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7cc937eddc..1565503abe1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 12 01:15:41 UTC 2017
+# Sat Feb 25 02:14:48 UTC 2017
pkgbase = g810-led-git
pkgdesc = Linux led controller for Logitech G410, G610, G810 and G910 Keyboards
- pkgver = 0.0.1
- pkgrel = 8
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://github.com/MatMoul/g810-led
install = g810-led-git.install
arch = i686
@@ -14,10 +14,10 @@ pkgbase = g810-led-git
makedepends = make
depends = hidapi
optdepends = libusb: old implementation, use only if you have problem with hidapi
- provides = g410-led=0.0.1
- provides = g610-led=0.0.1
- provides = g810-led=0.0.1
- provides = g910-led=0.0.1
+ provides = g410-led=0.0.2
+ provides = g610-led=0.0.2
+ provides = g810-led=0.0.2
+ provides = g910-led=0.0.2
conflicts = g810-led
options = !emptydirs
backup = etc/g810-led/profile
diff --git a/PKGBUILD b/PKGBUILD
index 64506c6f7c75..4f368cd971cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=g810-led-git
_appname=g810-led
_gitname=g810-led
-pkgver=0.0.1
-pkgrel=8
+pkgver=0.0.2
+pkgrel=1
pkgdesc="Linux led controller for Logitech G410, G610, G810 and G910 Keyboards"
arch=('i686' 'x86_64')
url="https://github.com/MatMoul/g810-led"