summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2021-01-21 13:43:26 -0500
committerParker Reed2021-01-21 13:43:26 -0500
commitc909a25c261dfaac6123f4d0f064ecc74d38bd50 (patch)
tree7454474cd8340943942b402cb04c487f1ba7a3b4
parentf1047611292fe973dea002e9912d87febe5d1c63 (diff)
downloadaur-c909a25c261dfaac6123f4d0f064ecc74d38bd50.tar.gz
Define archs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a4d2b6ef96..771e68aaa3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = joycond-git
pkgdesc = Userspace daemon to combine joy-cons from the hid-joycon kernel driver
pkgver = r93.67abbfe
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/DanielOgorchock/joycond
install = joycond-git.install
- arch = any
+ arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 69116e271676..e8fe3c1ce445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=joycond-git
pkgver=r93.67abbfe
-pkgrel=1
+pkgrel=2
pkgdesc='Userspace daemon to combine joy-cons from the hid-joycon kernel driver'
-arch=('any')
+arch=('x86_64' 'aarch64')
url='https://github.com/DanielOgorchock/joycond'
license=('GPL3')
makedepends=('cmake' 'git')