summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2021-05-04 23:22:54 -0400
committerParker Reed2021-05-04 23:22:54 -0400
commit5069bbc9a9d362b59a8fec111423a04404474ac0 (patch)
tree9482c970a8aa4287d163080518dac443c3cb90b6
parentc909a25c261dfaac6123f4d0f064ecc74d38bd50 (diff)
downloadaur-5069bbc9a9d362b59a8fec111423a04404474ac0.tar.gz
Added libevdev dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 771e68aaa3b6..7541188ac88f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = joycond-git
pkgdesc = Userspace daemon to combine joy-cons from the hid-joycon kernel driver
- pkgver = r93.67abbfe
- pkgrel = 2
+ pkgver = r102.2d3f553
+ pkgrel = 1
url = https://github.com/DanielOgorchock/joycond
install = joycond-git.install
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = joycond-git
license = GPL3
makedepends = cmake
makedepends = git
+ depends = libevdev
provides = joycond-git
conflicts = joycond-git
source = git+https://github.com/DanielOgorchock/joycond.git
diff --git a/PKGBUILD b/PKGBUILD
index e8fe3c1ce445..7090a604ec7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Parker Reed <parker.l.reed@gmail.com>
pkgname=joycond-git
-pkgver=r93.67abbfe
-pkgrel=2
+pkgver=r102.2d3f553
+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')
makedepends=('cmake' 'git')
provides=("${pkgname%}")
conflicts=("${pkgname%}")