summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristophe Gouiran2023-07-02 15:25:42 +0200
committerChristophe Gouiran2023-07-02 15:25:42 +0200
commit34507f87ef65290ecdb0db9853d4fe399664593f (patch)
tree1410759971a9971d9fadf0a7580140a6eae85209 /PKGBUILD
parentff7c708d366d975888ab05add6fd6abed9353b96 (diff)
downloadaur-34507f87ef65290ecdb0db9853d4fe399664593f.tar.gz
Added aarch64 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40021e9088d5..254de2a6bc52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=domino-chain
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Clone of the puzzle game Pushover (Amiga)."
-arch=('i686' 'x86_64')
+arch=('aarch64' 'i686' 'x86_64')
url="https://domino-chain.gitlab.io/"
license=('GPL3')
depends=('boost-libs' 'fribidi' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libpng' 'lua52' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'zlib')