summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2024-04-09 20:47:53 +1000
committergameslayer2024-04-09 20:47:53 +1000
commit202684bf3042996c88350d663e7336ba7546d77b (patch)
tree829f0d5fbc43b0220217895c9244b132551da3e6
parentcd99ee2bb975358db99342a308009247b5d74a1d (diff)
downloadaur-202684bf3042996c88350d663e7336ba7546d77b.tar.gz
Added i686 support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35586d3b1547..223bb9beb822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = xash3d-fwgs-bin
pkgrel = 2
url = https://gitlab.com/half-life1
arch = x86_64
+ arch = i686
arch = aarch64
license = GPL
makedepends = unzip
@@ -11,6 +12,8 @@ pkgbase = xash3d-fwgs-bin
depends = sdl2_net
source_x86_64 = https://gitlab.com/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-x64.tar.xz
sha256sums_x86_64 = SKIP
+ source_i686 = https://gitlab.com/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-i686.tar.xz
+ sha256sums_i686 = SKIP
source_aarch64 = https://gitlab.com/half-life1/binaries/1677835/-/raw/main/xash3d-fwgs-linux-arm64.tar.xz
sha256sums_aarch64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 05e70c9572f6..70966c197b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,19 @@ pkgname=xash3d-fwgs-bin
pkgver=1677835
pkgrel=2
_pkgrel_x86_64=1
+_pkgrel_i686=1
_pkgrel_aarch64=1
pkgdesc="Xash3D FWGS is a heavily modified fork of an original Xash3D Engine for Half Life 1"
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'i686' 'aarch64')
url="https://gitlab.com/half-life1"
license=('GPL')
depends=('sdl2' 'sdl2_net')
makedepends=('unzip')
sha256sums_x86_64=('SKIP')
+sha256sums_i686=('SKIP')
sha256sums_aarch64=('SKIP')
source_x86_64=("https://gitlab.com/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-x64.tar.xz")
+source_i686=("https://gitlab.com/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-i686.tar.xz")
source_aarch64=("https://gitlab.com/half-life1/binaries/$pkgver/-/raw/main/xash3d-fwgs-linux-arm64.tar.xz")
package() {