summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-03-11 23:44:09 +0100
committerM0Rf302020-03-11 23:44:09 +0100
commit4122309c2f2ce631070f30085f9fc831293b2878 (patch)
tree64f00e720a76d9c669b9246ba815f48c4a00b500
parent660bac61b3af3c0e439bbf0a8983331ec938cbe9 (diff)
downloadaur-4122309c2f2ce631070f30085f9fc831293b2878.tar.gz
devilutionx: add support for Arch Linux Arm
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e35780033fe..c5276831d67c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,10 @@ pkgbase = devilutionx
pkgrel = 2
url = https://github.com/diasurgical/devilutionX
install = devilutionx.install
+ arch = armv6h
+ arch = armv7h
+ arch = arm
+ arch = aarch64
arch = i686
arch = x86_64
license = custom:unlicense
diff --git a/PKGBUILD b/PKGBUILD
index dcfc5b5b3c35..e47cb7b5a375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=devilutionx
pkgver=1.0.1
pkgrel=2
pkgdesc="Diablo devolved for linux"
-arch=('i686' 'x86_64')
+arch=('armv6h' 'armv7h' 'arm' 'aarch64' 'i686' 'x86_64')
url="https://github.com/diasurgical/devilutionX"
license=('custom:unlicense')
depends=('graphite' 'libsodium' 'sdl2_mixer' 'sdl2_ttf')