makedeb
Open Surge is a fun 2D retro platformer inspired by Sonic games, and a game creation system.
Click here to go back to the commit logs for opensurge.
Hash: aba28cc639a8971dd61531eb0cdc29209733155f
Message: Add pentium4, armv6h, armv7h and aarch64 architectures
diff --git a/.SRCINFO b/.SRCINFO
index 6fa649a..2a609e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,11 @@ pkgbase = opensurge
url = https://github.com/alemart/opensurge
arch = i686
arch = x86_64
+ arch = pentium4
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = cmake
makedepends = surgescript
@@ -13,3 +18,4 @@ pkgbase = opensurge
sha256sums = 838b8ba506e45c800091d8ba7bb830d024907934fba35bf369d92fe13feaa3de
pkgname = opensurge
+
diff --git a/PKGBUILD b/PKGBUILD
index f4beba5..3868f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=opensurge
pkgver=0.5.2
pkgrel=2
pkgdesc='Open Surge is a fun 2D retro platformer inspired by Sonic games, and a game creation system.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'pentium4' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/alemart/opensurge"
license=('GPL3')
depends=('allegro')