summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2022-02-06 17:21:41 +0100
committerParagoumba2022-02-06 17:21:41 +0100
commit373e6f4531aeed9238394c5ceae22f1e6cdde900 (patch)
tree495af9979236c96d6a8839aa186c19ca23638d16
parent5069bbc9a9d362b59a8fec111423a04404474ac0 (diff)
downloadaur-373e6f4531aeed9238394c5ceae22f1e6cdde900.tar.gz
Added hid-nintendo-dkms as optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7541188ac88f..4775ba10f66c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joycond-git
pkgdesc = Userspace daemon to combine joy-cons from the hid-joycon kernel driver
- pkgver = r102.2d3f553
+ pkgver = r110.f9a6691
pkgrel = 1
url = https://github.com/DanielOgorchock/joycond
install = joycond-git.install
@@ -10,6 +10,7 @@ pkgbase = joycond-git
makedepends = cmake
makedepends = git
depends = libevdev
+ optdepends = hid-nintendo-dkms: provides driver for pre-5.16 kernels
provides = joycond-git
conflicts = joycond-git
source = git+https://github.com/DanielOgorchock/joycond.git
diff --git a/PKGBUILD b/PKGBUILD
index 7090a604ec7b..a3d00f44e570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Parker Reed <parker.l.reed@gmail.com>
pkgname=joycond-git
-pkgver=r102.2d3f553
+pkgver=r110.f9a6691
pkgrel=1
pkgdesc='Userspace daemon to combine joy-cons from the hid-joycon kernel driver'
arch=('x86_64' 'aarch64')
url='https://github.com/DanielOgorchock/joycond'
license=('GPL3')
depends=('libevdev')
+optdepends=('hid-nintendo-dkms: provides driver for pre-5.16 kernels')
makedepends=('cmake' 'git')
provides=("${pkgname%}")
conflicts=("${pkgname%}")