summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2020-08-14 14:32:16 +0300
committerΝικόλαος Κυριάκος Φυτίλης2020-08-14 14:32:16 +0300
commite459e0b9e6fbd8efa0e1db3800040ae664c27a77 (patch)
treed799217b72c8a0ea80fd23413788c2a4cbd66337
parent20eadac225783b4f5f0d0986555a858b482d68e9 (diff)
downloadaur-joycond-nicman23-git.tar.gz
switch to my origin
-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() {