From d7b9f73f9cd292eefa6a3b1c7e5bd26b6b5666d7 Mon Sep 17 00:00:00 2001 From: Page Asgardius Date: Thu, 28 Apr 2022 21:51:14 -0700 Subject: [PATCH] set cpu arch --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index cec27de..85316ce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=r3-game pkgver=1.1.0 pkgrel=1 pkgdesc="puzzle game set in the asteroid belt (made with pygame)" -arch=('x86_64' 'aarch64') +arch=('any') url="https://patrice.asgardius.company/gitea/asgardius/r3" license=('GPL') depends=('python-pygame')