summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2020-07-26 20:59:28 +1000
committercorey drew bruce2020-07-26 20:59:28 +1000
commitd71f20f369d7c9c05bb82e930f305b0c6c4b0623 (patch)
tree98a27eae6dd7fea02c6c74ca917f9b6cc575923e
parentb99e2dd08060763f0bd0b9743da67dd99ef4b7c6 (diff)
downloadaur-d71f20f369d7c9c05bb82e930f305b0c6c4b0623.tar.gz
Changed arch to any making it easier for any supported arch or upcoming architecture to be supported
Sorry about for yet another git update moderators
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b37cf8a2152c..65cf224b3520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=GamerWorld
pkgver=1.2.0
pkgrel=1
pkgdesc="Play games all in one place"
-arch=('x86_64' 'aarch64')
+arch=('any')
url="https://gitlab.com/gamerworld/application"
license=('GPL')
depends=('nss' 'gtk3' 'libxss')