summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2021-05-14 13:40:39 -0400
committerShayne Hartford2021-05-14 13:40:39 -0400
commit78eff0359fea6ae7c45978eb3d4154e44718640e (patch)
treecec94ecb872e1cf7caff0981e4841f1a9a0e00a0
parentdc4264c3218e2041c9e9958f1700bad12e851c95 (diff)
downloadaur-wooting-rgb-sdk-git.tar.gz
Switch to feature/lekker-support branch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba3a309c91eb..12e3f4f9748f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wooting-rgb-sdk-git
pkgdesc = Customize colors on Wooting Keyboard #WootDev
- pkgver = r102.5da2ac1
+ pkgver = r105.bfadbce
pkgrel = 1
url = https://github.com/WootingKb/wooting-rgb-sdk
arch = any
@@ -9,8 +9,10 @@ pkgbase = wooting-rgb-sdk-git
makedepends = hidapi
makedepends = libusb
depends = libusb
+ provides = libwooting-rgb-sdk
provides = wooting-rgb-sdk
- source = git+https://github.com/WootingKb/wooting-rgb-sdk.git
+ conflicts = libwooting-rgb-sdk
+ source = git+https://github.com/WootingKb/wooting-rgb-sdk.git#branch=feature/lekker-support
md5sums = SKIP
pkgname = wooting-rgb-sdk-git
diff --git a/PKGBUILD b/PKGBUILD
index 9408c5240e7f..aed7f71d08c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wooting-rgb-sdk
pkgname=${_pkgname}-git
-pkgver=r102.5da2ac1
+pkgver=r105.bfadbce
pkgrel=1
pkgdesc="Customize colors on Wooting Keyboard #WootDev"
arch=('any')
@@ -10,8 +10,9 @@ url="https://github.com/WootingKb/$_pkgname"
license=('MPL2')
depends=('libusb')
makedepends=('git' 'hidapi' 'libusb')
-provides=($_pkgname)
-source=("git+$url.git")
+provides=("libwooting-rgb-sdk" $_pkgname)
+conflicts=("libwooting-rgb-sdk")
+source=("git+$url.git#branch=feature/lekker-support")
md5sums=("SKIP")
pkgver() {