summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5702a2732257..8931b8acef0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = autokey
pkgver = 0.96.0
pkgrel = 1
url = https://github.com/autokey/autokey
- arch = x86_64
+ arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 8f9483977204..a127b26b33ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgbase=autokey
pkgver=0.96.0
pkgrel=1
pkgdesc="A desktop automation utility for Linux and X11"
-arch=('x86_64')
+arch=('any')
url="https://github.com/autokey/autokey"
license=('GPL3')
makedepends=('python-build' 'python-installer' 'python-pyqt5' 'python-setuptools' 'python-wheel')