summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-13 20:13:15 +0300
committerDimitris Kiziridis2020-05-13 20:13:15 +0300
commita3dfe4249f73eb92d35847a4970e4bee93d0e6eb (patch)
treed01f79ded166aa653f8daeb3d19caad8576d1093
parent0ebff2510da383c6e9ec120a9a111adbceeb4849 (diff)
downloadaur-a3dfe4249f73eb92d35847a4970e4bee93d0e6eb.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18c7d41ddd3d..624238f4d701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,9 @@ pkgbase = lzdoom-bin
url = https://www.zdoom.org/downloads
arch = i686
arch = x86_64
- license = GPL-3.0
+ license = GPL3
depends = sdl2
- depends = zlib
+ depends = alsa-lib
optdepends = fluidsynth
optdepends = libsndfile
optdepends = mpg123
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")