From a4e91e5a8db1a50892ee734ea6605534d32131f3 Mon Sep 17 00:00:00 2001 From: Michal Date: Mon, 4 Jul 2022 17:15:07 +0000 Subject: [PATCH] Fixed PKGBUILD arch --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 1dc3a7e..60a7e0a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=amethyst pkgver=3.3.0 pkgrel=1 pkgdesc="A fast and efficient AUR helper" -arch=('$CARCH') +arch=('x86_64') url="https://github.com/crystal-linux/amethyst" license=('GPL3') source=("git+$url")