summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f29b4c52a67e..3c77a6023226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = cgames
url = http://www.muppetlabs.com/~breadbox/software/cgames.html
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
depends = ncurses
source = http://www.muppetlabs.com/~breadbox/pub/software/cgames-2.2b.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a1f58364b087..21771b156603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=cgames
pkgver=2.2
pkgrel=7
pkgdesc="Collection of three ncurses games. csokoban (sokoban), cmines (minesweeper) and cblocks (sliding-block puzzles)."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://www.muppetlabs.com/~breadbox/software/cgames.html"
license=('GPL2')
depends=('ncurses')