summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorivanp72023-10-07 21:02:54 +0300
committerivanp72023-10-07 21:02:54 +0300
commit62991eeccbe4d966cc042404cb2b52aff8891ea7 (patch)
treea1a8e8bce02a25c30099fd2640c95bf5aaeb67ec /PKGBUILD
parentabc35d7535af4f887bb8262f7b49fe67bd70d9ca (diff)
downloadaur-62991eeccbe4d966cc042404cb2b52aff8891ea7.tar.gz
feat: add 'aarch64' architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')