summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-01-15 11:12:25 +1000
committercorey drew bruce2024-01-15 11:12:25 +1000
commit17210a1dea8a1ab2739b363957d8fbe71bdb9fca (patch)
tree181d026acc6c540eef0a705498b419c4b380c8d9
parent5b4baa804dc21ac5317a20849b6f12df2cbd9b97 (diff)
downloadaur-17210a1dea8a1ab2739b363957d8fbe71bdb9fca.tar.gz
Added i386/i686 binary links to the package
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4674fc354a4f..e69de29bb2d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +0,0 @@
-pkgbase = wolf4sdl-bin
- pkgdesc = A reimplementation engine for the Wolfenstein3D game.
- pkgver = 1.0.0
- pkgrel = 1
- arch = x86_64
- arch = aarch64
- license = GPL
- makedepends = unzip
- depends = sdl
- depends = sdl_mixer
- source_x86_64 = https://gitlab.com/wolfenstein3d/binaries/1.0.0-1/-/raw/main/wolf4sdl-linux-x64.tar.xz
- sha256sums_x86_64 = SKIP
- source_aarch64 = https://gitlab.com/wolfenstein3d/binaries/1.0.0-1/-/raw/main/wolf4sdl-linux-arm64.tar.xz
- sha256sums_aarch64 = SKIP
-
-pkgname = wolf4sdl-bin
diff --git a/PKGBUILD b/PKGBUILD
index cba5accad73b..4a6e61d34f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgver=1.0.0
pkgrel=1
_pkgrel_x86_64=1
_pkgrel_aarch64=1
-#_pkgrel_i386=1
-#_pkgrel_i686=1
+_pkgrel_i386=1
+pkgrel_i686=1
pkgdesc="A reimplementation engine for the Wolfenstein3D game."
-arch=('x86_64' 'aarch64')
-url=""
+arch=('i386' 'i686' 'pentium4' 'x86_64' 'aarch64')
+url="https://gitlab.com/wolfenstein3d"
license=('GPL')
depends=('sdl' 'sdl_mixer')
makedepends=('unzip')
@@ -18,8 +18,8 @@ sha256sums_aarch64=('SKIP')
#sha256sums_i686=('SKIP')
source_x86_64=("https://gitlab.com/wolfenstein3d/binaries/$pkgver-$pkgrel/-/raw/main/wolf4sdl-linux-x64.tar.xz")
source_aarch64=("https://gitlab.com/wolfenstein3d/binaries/$pkgver-$pkgrel/-/raw/main/wolf4sdl-linux-arm64.tar.xz")
-#source_i386=("")
-#source_i686=("")
+source_i386=("https://gitlab.com/wolfenstein3d/binaries/$pkgver-$pkgrel/-/raw/main/wolf4sdl-linux-i686.tar.xz")
+source_i686=("https://gitlab.com/wolfenstein3d/binaries/$pkgver-$pkgrel/-/raw/main/wolf4sdl-linux-i686.tar.xz")
package() {
install -dm755 "$pkgdir/usr/bin"