summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruint204t2023-08-31 16:08:29 +0000
committeruint204t2023-08-31 16:08:29 +0000
commit79dd34c79666b07713b1d07b7011b1b376c2cca5 (patch)
tree6e96a9a472d0cf4eb307f3e155dfe8ba4f972b19
parent6984dcdeea6f4da3d248a27d6f73e25b18cd42bf (diff)
downloadaur-79dd34c79666b07713b1d07b7011b1b376c2cca5.tar.gz
rehost game data in zst instead of zip
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 271b6f581ed6..0dc2da059b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wipeout-rewrite-git
pkgdesc = A re-implementation of the 1995 PSX game wipEout
- pkgver = 4b1fa81
+ pkgver = cf68eab
pkgrel = 1
url = https://github.com/phoboslab/wipeout-rewrite
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = wipeout-rewrite-git
depends = sdl2
depends = glew
source = git+https://github.com/phoboslab/wipeout-rewrite.git
- source = https://phoboslab.org/files/wipeout-data-v01.zip
+ source = https://archive.org/download/wipeout-data.tar/wipeout-data.tar.zst
source = wipeout.png
source = wipeout.desktop
sha256sums = SKIP
- sha256sums = 5bc02de7118a62a5cb8b4d0ec79062cddbe20ced86dda594df8a10c455f90ad1
+ sha256sums = c15037e260bd186ddda2b4bf26d055f0b1ec7e6d0610f3b75f57d1bf788d92b7
sha256sums = 9374b04f78bd925661decd8cc8832598d7c53e6f477f71edd5eee02d6f09a3e5
sha256sums = 32343d744be32a80fa3cd44f8318a974a01cbb15beee03e29c85a082d707e496
diff --git a/PKGBUILD b/PKGBUILD
index d5033ce0434c..89d01de96ce0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: uint2048_t
pkgname=wipeout-rewrite-git
-pkgver=4b1fa81
+pkgver=cf68eab
pkgrel=1
pkgdesc="A re-implementation of the 1995 PSX game wipEout"
arch=(x86_64)
@@ -10,12 +10,12 @@ depends=(sdl2 glew)
makedepends=(make gcc git imagemagick)
source=("git+https://github.com/phoboslab/wipeout-rewrite.git"
- "https://phoboslab.org/files/wipeout-data-v01.zip"
+ "https://archive.org/download/wipeout-data.tar/wipeout-data.tar.zst"
"wipeout.png"
"wipeout.desktop")
sha256sums=('SKIP'
- '5bc02de7118a62a5cb8b4d0ec79062cddbe20ced86dda594df8a10c455f90ad1'
+ 'c15037e260bd186ddda2b4bf26d055f0b1ec7e6d0610f3b75f57d1bf788d92b7'
'9374b04f78bd925661decd8cc8832598d7c53e6f477f71edd5eee02d6f09a3e5'
'32343d744be32a80fa3cd44f8318a974a01cbb15beee03e29c85a082d707e496')