makedeb
SurgeScript is a scripting language for games (bullseye version).
Click here to go back to the commit logs for surgescript-bullseye.
Hash: dc2d93af43ef6a6e89466d5c55968ece39ae2928
Message: Add pentium4, armv6h, armv7h and aarch64 architectures
diff --git a/.SRCINFO b/.SRCINFO
index 863db3a..4249726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,15 @@ pkgbase = surgescript
url = https://github.com/alemart/surgescript
arch = i686
arch = x86_64
+ arch = pentium4
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = Apache-2.0
makedepends = cmake
source = surgescript-0.5.5.tar.gz::https://github.com/alemart/surgescript/archive/v0.5.5.tar.gz
sha256sums = c9f59131d5cd921a11fb1335fe93bd754f4b1eefa1ed95aaa0343a28437f3f78
pkgname = surgescript
+
diff --git a/PKGBUILD b/PKGBUILD
index 874ddf7..fb19184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=surgescript
pkgver=0.5.5
pkgrel=1
pkgdesc='SurgeScript is a scripting language for games.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'pentium4' 'arm' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/alemart/surgescript'
license=('Apache-2.0')
makedepends=('cmake')