summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-01-15 11:40:01 +1000
committercorey drew bruce2024-01-15 11:40:01 +1000
commit7d85fbabd0c3be6a985512aa5e40a67d228e8a13 (patch)
treed22fc2d42075fa0df58c7d9c96631b60baa92e2e
parent8cd30f00d8928017dcd47883ab94108826def80d (diff)
downloadaur-7d85fbabd0c3be6a985512aa5e40a67d228e8a13.tar.gz
Package fix for integrety check
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63949b2d6932..fb7834decc02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,9 @@ pkgbase = wolf4sdl-bin
depends = sdl
depends = sdl_mixer
source_i386 = https://gitlab.com/wolfenstein3d/binaries/1.0.0-1/-/raw/main/wolf4sdl-linux-i686.tar.xz
+ sha256sums_i386 = SKIP
source_i686 = https://gitlab.com/wolfenstein3d/binaries/1.0.0-1/-/raw/main/wolf4sdl-linux-i686.tar.xz
+ sha256sums_i686 = SKIP
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
diff --git a/PKGBUILD b/PKGBUILD
index e34c4a331070..69e6416d9d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ depends=('sdl' 'sdl_mixer')
makedepends=('unzip')
sha256sums_x86_64=('SKIP')
sha256sums_aarch64=('SKIP')
-#sha256sums_i386=('SKIP')
-#sha256sums_i686=('SKIP')
+sha256sums_i386=('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=("https://gitlab.com/wolfenstein3d/binaries/$pkgver-$pkgrel/-/raw/main/wolf4sdl-linux-i686.tar.xz")