summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e66005ddb2..c88edc3cdb72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,9 @@ pkgbase = gog-unreal-tournament-goty
license = Apache
license = custom
makedepends = innoextract
- depends = lib32-sdl
depends = lib32-libgl
+ depends = lib32-libpulse
+ depends = lib32-sdl
noextract = OldUnreal-UTPatch469a-Linux.tar.bz2
source = setup_ut_goty_2.0.0.5.exe::gogdownloader://unreal_tournament_goty/en1installer0
source = https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469a/OldUnreal-UTPatch469a-Linux.tar.bz2
@@ -25,4 +26,3 @@ pkgbase = gog-unreal-tournament-goty
sha256sums = 60a0211a47a4d1b2c6b31da4ecd4848fcb3338dc06430599969c77dc6a5d87e0
pkgname = gog-unreal-tournament-goty
-
diff --git a/PKGBUILD b/PKGBUILD
index f5db9523c16f..0d38d547b091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Zacharias Knudsen <zachasme@gmail.com>
pkgname=gog-unreal-tournament-goty
pkgver=2.0.0.5
-pkgrel=7
+pkgrel=8
pkgdesc="Unreal Tournament (99): Game of the Year Edition. GOG Version."
arch=('x86_64')
url="https://www.gog.com/game/unreal_tournament_goty"
# https://github.com/OldUnreal/UnrealTournamentPatches/blob/v469a/LICENSE.md
license=('MIT' 'BSD' 'ZLIB' 'GPL2' 'LGPL2.1' 'ZLIB' 'OFL' 'Apache' 'custom')
-depends=('lib32-sdl'
- 'lib32-libgl')
+depends=('lib32-libgl'
+ 'lib32-libpulse'
+ 'lib32-sdl')
makedepends=('innoextract')
source=("setup_ut_goty_${pkgver}.exe::gogdownloader://unreal_tournament_goty/en1installer0"
"https://github.com/OldUnreal/UnrealTournamentPatches/releases/download/v469a/OldUnreal-UTPatch469a-Linux.tar.bz2"