summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeelzebud2023-02-28 03:25:57 -0600
committerbeelzebud2023-02-28 03:25:57 -0600
commit7e2a0a984e44c31e589bc87a7a0086708af8caa1 (patch)
treec66b97abb60bcd6f0c03718be3d6814f14c4584b
parent265cf20307f9fea179e220ed9dc80d2ad8d93d99 (diff)
downloadaur-7e2a0a984e44c31e589bc87a7a0086708af8caa1.tar.gz
upstream
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 888b712dd0c9..5143f4b80278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = hypseus-singe-git
pkgdesc = A drop-in replacement to daphne, to play laserdisc arcade games on a PC.
pkgver = v2.10.2.r0.g6650eea
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/DirtBagXon/hypseus-singe
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 84cb7b4d8e38..447d99818ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname=hypseus-singe
pkgname=$_pkgname-git
pkgver=v2.10.2.r0.g6650eea
-pkgrel=1
+pkgrel=2
pkgdesc="A drop-in replacement to daphne, to play laserdisc arcade games on a PC."
-arch=(x86_64)
+arch=('x86_64' 'aarch64')
url="https://github.com/DirtBagXon/hypseus-singe"
license=('GPL3')
depends=('zlib' 'sdl2' 'sdl2_image' 'sdl2_ttf' 'libvorbis')