summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c7d122c508..67ac39339252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
-pkgbase = joycond-git
- pkgdesc = Userspace daemon to combine joy-cons from the hid-joycon kernel driver
- pkgver = r31.a7dcddd
+pkgbase = joycond-nicman23-git
+ pkgdesc = Userspace daemon to combine joy-cons from the hid-joycon kernel driver. Patched to not conflict with steam and auto-pair Pro controllers.
+ pkgver = r80.371b5b4
pkgrel = 1
url = https://github.com/DanielOgorchock/joycond
arch = any
license = GPL3
makedepends = cmake
makedepends = git
- provides = joycond-git
+ provides = joycond-nicman23-git
+ conflicts = joycond-nicman23-git
conflicts = joycond-git
- source = git+https://github.com/DanielOgorchock/joycond.git
+ source = git+https://github.com/nicman23/joycond.git
md5sums = SKIP
-pkgname = joycond-git
+pkgname = joycond-nicman23-git
diff --git a/PKGBUILD b/PKGBUILD
index d6c3af526af8..94b1824e5799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Parker Reed <parker.l.reed@gmail.com>
-pkgname=joycond-git
-pkgver=r31.a7dcddd
+pkgname=joycond-nicman23-git
+pkgver=r80.371b5b4
pkgrel=1
-pkgdesc='Userspace daemon to combine joy-cons from the hid-joycon kernel driver'
+pkgdesc='Userspace daemon to combine joy-cons from the hid-joycon kernel driver. Patched to not conflict with steam and auto-pair Pro controllers.'
arch=('any')
url='https://github.com/DanielOgorchock/joycond'
license=('GPL3')
makedepends=('cmake' 'git')
provides=("${pkgname%}")
-conflicts=("${pkgname%}")
-source=('git+https://github.com/DanielOgorchock/joycond.git')
+conflicts=("${pkgname%}" joycond-git)
+source=('git+https://github.com/nicman23/joycond.git')
md5sums=('SKIP')
pkgver() {