summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-01-15 11:13:54 +1000
committercorey drew bruce2024-01-15 11:13:54 +1000
commit8cd30f00d8928017dcd47883ab94108826def80d (patch)
tree955f02f503b81a411c4bc2f4a1572f7cee9f06a5
parent17210a1dea8a1ab2739b363957d8fbe71bdb9fca (diff)
downloadaur-8cd30f00d8928017dcd47883ab94108826def80d.tar.gz
Added i386/i686 binary links to the package
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD2
2 files changed, 23 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69de29bb2d1..63949b2d6932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = wolf4sdl-bin
+ pkgdesc = A reimplementation engine for the Wolfenstein3D game.
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://gitlab.com/wolfenstein3d
+ arch = i386
+ arch = i686
+ arch = pentium4
+ arch = x86_64
+ arch = aarch64
+ license = GPL
+ makedepends = unzip
+ depends = sdl
+ depends = sdl_mixer
+ source_i386 = https://gitlab.com/wolfenstein3d/binaries/1.0.0-1/-/raw/main/wolf4sdl-linux-i686.tar.xz
+ source_i686 = https://gitlab.com/wolfenstein3d/binaries/1.0.0-1/-/raw/main/wolf4sdl-linux-i686.tar.xz
+ 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 4a6e61d34f73..e34c4a331070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
_pkgrel_x86_64=1
_pkgrel_aarch64=1
_pkgrel_i386=1
-pkgrel_i686=1
+_pkgrel_i686=1
pkgdesc="A reimplementation engine for the Wolfenstein3D game."
arch=('i386' 'i686' 'pentium4' 'x86_64' 'aarch64')
url="https://gitlab.com/wolfenstein3d"