summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZacharias Knudsen2020-10-12 10:17:22 +0200
committerZacharias Knudsen2020-10-12 10:17:22 +0200
commit9ea1af97957e1987df05025818030e9a42faa6f0 (patch)
treeefb20fdd809dddff72d07b5b4061297593c24d04
parent5f92fd0cc10890fc5ae6322395eff6604fac5646 (diff)
downloadaur-9ea1af97957e1987df05025818030e9a42faa6f0.tar.gz
UT to v469
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85666e7e98ab..07a02eb33175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,10 @@ pkgbase = gog-unreal-tournament-goty
depends = lib32-libgl
noextract = ut99v451-linux.tar.gz
source = setup_ut_goty_2.0.0.5.exe::gogdownloader://unreal_tournament_goty/en1installer0
- source = https://www.dotslashplay.it/ressources/unreal-tournament/ut99v451-linux.tar.gz
+ source = https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469a/OldUnreal-UTPatch469a-Linux.tar.bz2
source = gog-unreal-tournament-goty
sha256sums = 4cc257d54d97659c5062f2bf186d0a8c6959561d11e42d8fcf2eac07f1926803
- sha256sums = bb32a2414f5484aa3672673819add54ceac30ff5bcb387e6c6dc617ccc95ac29
+ sha256sums = d521a8339b80a4c86019c3648fb55cfc29edffeec73047ceb72784b159cc84f1
sha256sums = 2b70aa7a20d5b1fbfaf9561bd3cfc8c1d0f0dee2212b3914aed30a7c75e40566
pkgname = gog-unreal-tournament-goty
diff --git a/.gitignore b/.gitignore
index 9b5ca165dc4a..850c3346ca7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
src
pkg
*.pkg.tar*
-*.tar.gz
+*.tar.bz2
*.exe
diff --git a/PKGBUILD b/PKGBUILD
index 2a4e51960bdc..f4c76f2f1fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@ depends=('lib32-sdl'
'lib32-libgl')
makedepends=('innoextract')
source=("setup_ut_goty_$pkgver.exe::gogdownloader://unreal_tournament_goty/en1installer0"
- "https://www.dotslashplay.it/ressources/unreal-tournament/ut99v451-linux.tar.gz"
+ "https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469a/OldUnreal-UTPatch469a-Linux.tar.bz2"
"gog-unreal-tournament-goty")
noextract=("ut99v451-linux.tar.gz")
sha256sums=("4cc257d54d97659c5062f2bf186d0a8c6959561d11e42d8fcf2eac07f1926803"
- "bb32a2414f5484aa3672673819add54ceac30ff5bcb387e6c6dc617ccc95ac29"
+ "d521a8339b80a4c86019c3648fb55cfc29edffeec73047ceb72784b159cc84f1"
"2b70aa7a20d5b1fbfaf9561bd3cfc8c1d0f0dee2212b3914aed30a7c75e40566")
DLAGENTS+=("gogdownloader::/usr/bin/echo %u Download the GOG file to \"$PWD\" or set up a gogdownloader:// DLAGENT.")
@@ -22,7 +22,7 @@ prepare() {
# extract gog installer
innoextract -em -d $srcdir setup_ut_goty_${pkgver}.exe
# extract extra linux files
- tar -xzf ut99v451-linux.tar.gz -C app
+ tar -xf OldUnreal-UTPatch469a-Linux.tar.bz2 -C app
}
package() {