summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2022-01-16 14:49:30 -0500
committeralgebro2022-01-16 14:49:30 -0500
commit058877f5b1037744dddc5736ee903e5535b5ab69 (patch)
treea4072e7e7970d5435075c3a02dca68bedb7ca66a /PKGBUILD
parent40e0d09b625d4cfc2b2c56d2fecd218680ae197c (diff)
downloadaur-058877f5b1037744dddc5736ee903e5535b5ab69.tar.gz
fix aarch64 capitalization
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e503a695a26e..372de9402d22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=pcsx-redux
pkgver=r2704.6d0db4fb
pkgrel=1
pkgdesc='Modern fork of the pcsxr PlayStation 1 emulator focused on reverse engineering and homebrew development'
-arch=('x86_64' 'AARCH64')
+arch=('x86_64' 'aarch64')
url='https://github.com/grumpycoders/pcsx-redux.git'
license=('GPL2')
depends=('ffmpeg'