summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Hellermann2024-03-18 19:49:59 +0100
committerJakob Hellermann2024-03-18 19:51:35 +0100
commit123e49787670d09b52703c8fa661c724ba7d5387 (patch)
tree0c72e1101299b5a16daf5bd1dc4e1fe0756e1cce
parent2518d40c544599c1609cf820cb84940c835e5c82 (diff)
downloadaur-123e49787670d09b52703c8fa661c724ba7d5387.tar.gz
list archs instead of specifying any
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e79b64c80d9f..0937da342935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Render and visualize paths for Celeste TASes'
url='https://github.com/jakobhellermann/Atlas'
makedepends=('git' 'rust' 'cargo' 'imagemagick')
depends=('hicolor-icon-theme' 'glibc' 'gcc-libs')
-arch=('any')
+arch=('x86_64' 'armv7h' 'aarch64')
license=('MIT')
source=(
"$pkgname::git+https://github.com/jakobhellermann/Atlas"