summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZacharias Knudsen2021-06-07 10:37:45 +0200
committerZacharias Knudsen2021-06-07 10:37:45 +0200
commitc89227299c3327cc21645e6c75b4cc25485b1123 (patch)
tree7efbfdf2a4f5bbb09cae9f8a0085946796214367 /PKGBUILD
parent548e6308a28ec0cb15eccc829988874036a583ee (diff)
downloadaur-c89227299c3327cc21645e6c75b4cc25485b1123.tar.gz
Add lib32-libpulse as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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"