summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 22:40:50 +0300
committerDimitris Kiziridis2020-04-04 22:40:50 +0300
commit0ebff2510da383c6e9ec120a9a111adbceeb4849 (patch)
treee1406e09795db4e11f4f2aef1ee9eb666cbf265b
parent0b5ade0936a365c53149f41cf3884d74ae321697 (diff)
downloadaur-0ebff2510da383c6e9ec120a9a111adbceeb4849.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63537cdeb16a..18c7d41ddd3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = lzdoom-bin
url = https://www.zdoom.org/downloads
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL-3.0
depends = sdl2
depends = zlib
optdepends = fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index 82ceebec1a4e..74ba46040805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Fork of GZDoom 3.3.2 for legacy systems'
arch=('i686' 'x86_64')
url='https://www.zdoom.org/downloads'
-license=('GPL3')
+license=('GPL-3.0')
depends=('sdl2' 'zlib')
optdepends=('fluidsynth' 'libsndfile' 'mpg123' 'openal' 'timidity++')
options=('!strip' '!emptydirs')