summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-13 20:13:15 +0300
committerDimitris Kiziridis2020-05-13 20:13:15 +0300
commita3dfe4249f73eb92d35847a4970e4bee93d0e6eb (patch)
treed01f79ded166aa653f8daeb3d19caad8576d1093 /PKGBUILD
parent0ebff2510da383c6e9ec120a9a111adbceeb4849 (diff)
downloadaur-a3dfe4249f73eb92d35847a4970e4bee93d0e6eb.tar.gz
sanitize pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74ba46040805..c7df40554c3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc='Fork of GZDoom 3.3.2 for legacy systems'
arch=('i686' 'x86_64')
url='https://www.zdoom.org/downloads'
-license=('GPL-3.0')
-depends=('sdl2' 'zlib')
+license=('GPL3')
+depends=('sdl2' 'alsa-lib')
optdepends=('fluidsynth' 'libsndfile' 'mpg123' 'openal' 'timidity++')
options=('!strip' '!emptydirs')
source_i686=("https://github.com/drfrag666/gzdoom/releases/download/${pkgver}/lzdoom_${pkgver}_i386.deb")