summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbernharl2020-07-22 22:37:04 +0200
committerbernharl2020-07-22 22:37:04 +0200
commit1179c155c68a5178fd1e86a0bc4d05a657f94627 (patch)
tree0e77eb44686fc7a0a6305ff7f35cdb433e2e76ab
parent8988a8510fd39521fbebf1c78c36c16d683d5ecb (diff)
downloadaur-1179c155c68a5178fd1e86a0bc4d05a657f94627.tar.gz
Added optional udev dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd404487a001..46e82677ffeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = joycond-cemuhook-git
pkgdesc = Support for cemuhook's UDP protocol for joycond devices
pkgver = r26.e51f79c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/joaorb64/joycond-cemuhook
arch = any
license = unknown
depends = hid-nintendo-dkms
depends = joycond-git
depends = python
+ optdepends = nintendo-udev: Udev rules for switch controllers
conflicts = joycond-cemuhook
source = joycond-cemuhook::git+https://github.com/joaorb64/joycond-cemuhook.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5ec30f112f16..fdefeadfbbce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=joycond-cemuhook
pkgname=${_pkgname}-git
pkgver=r26.e51f79c
-pkgrel=1
+pkgrel=2
pkgdesc="Support for cemuhook's UDP protocol for joycond devices"
arch=("any")
url="https://github.com/joaorb64/joycond-cemuhook"
@@ -11,6 +11,7 @@ license=("unknown")
depends=("hid-nintendo-dkms" "joycond-git" "python")
makedepends=()
conflicts=("${_pkgname}")
+optdepends=('nintendo-udev: Udev rules for switch controllers')
source=("${_pkgname}::git+https://github.com/joaorb64/${_pkgname}.git")
sha512sums=('SKIP')