summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorapicici2021-03-08 17:55:39 -0500
committerapicici2021-03-08 17:55:39 -0500
commit896c4e88c8a96cba69f65d6b19fa57fdbaa14812 (patch)
treef7b471b942c95d6fb8f46bbddd51ad17a9b76499
parent8128cb01e62b6a7a9243e3ffb6b775f55bcc05f7 (diff)
downloadaur-896c4e88c8a96cba69f65d6b19fa57fdbaa14812.tar.gz
changed architecture to 'any'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 910cbcdb9d64..bf9e23ca0131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = input-wacom-dkms
pkgrel = 1
url = https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
install = input-wacom-dkms.install
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
depends = dkms
optdepends = xf86-input-wacom: for actually using a Wacom tablet
diff --git a/PKGBUILD b/PKGBUILD
index 9bc19faa1f3f..f097f7ca0eff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=input-wacom
pkgver=0.47.0
pkgrel=1
pkgdesc="Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source"
license=('GPL2')
depends=('dkms')