summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorivanp72023-10-07 21:02:54 +0300
committerivanp72023-10-07 21:02:54 +0300
commit62991eeccbe4d966cc042404cb2b52aff8891ea7 (patch)
treea1a8e8bce02a25c30099fd2640c95bf5aaeb67ec
parentabc35d7535af4f887bb8262f7b49fe67bd70d9ca (diff)
downloadaur-cgames.tar.gz
feat: add 'aarch64' architecture
-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')