summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-06-06 12:18:13 -0600
committerMark Wagie2022-06-06 12:18:13 -0600
commit1f630febae336fccc90d57bf1325aea56fbb8c39 (patch)
treeecdb72daa203081b8f16bc315fd9a33ca5b3c1fb
parent8ceab353796bc37d8def6b31e2027546b3080ae9 (diff)
downloadaur-1f630febae336fccc90d57bf1325aea56fbb8c39.tar.gz
correct arch
-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')