summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2020-08-27 22:12:26 +0200
committerJulian Xhokaxhiu2020-08-27 22:12:26 +0200
commite73d682a20896639f13c9bee7a13b609b644effc (patch)
treee9e74e75be1b287ea60129699900f2f43e5b1bdd /PKGBUILD
parent816aea889f22c91c9c258c552433b1d0b03496e7 (diff)
downloadaur-e73d682a20896639f13c9bee7a13b609b644effc.tar.gz
2-14
Add aarch64 support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dccfda8a040..6425ee41041a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Author: Julian Xhokaxhiu <info@julianxhokaxhiu.com>
pkgname=retroarch-standalone-service
pkgver=2
-pkgrel=13
+pkgrel=14
pkgdesc="Systemd service and user to run Retroarch in stand-alone mode"
url=""
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('MIT')
depends=('retroarch' 'retroarch-assets-xmb' 'xorg-server' 'xorg-xinit' 'xorg-xset' 'unclutter')
install='retroarch-standalone.install'
@@ -18,7 +18,7 @@ sha256sums=(
'5efc1dcc2d220a33f0d53d6abe4538227f434ff2a00f5165bb209cf6e0bae4a3'
'48d9f35b943209764990050a06dea9bd356aa275adccb3e0a835e738e6beb0c6'
'4c56ad43f3a5f209b4f3fb433b9ce4e0573b032cee21e587f912d6bc1d851423'
- '4eb68b4b61e812d7047cf52ebd14c590637bb2b0594b13a288134a827a8429c1'
+ '72f004ed449fdf3949ed78cd8031dcc3d35630bf5897d760f159fa62cd0782ef'
)
package() {