summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-04-10 12:12:38 +0500
committerDmitry Kharitonov2017-04-10 12:12:38 +0500
commit829e06780f3477f69fef9cf92c691f7a8145c91a (patch)
tree13f208f07f87a8e6e60b2409ae57fee72f483e4d /PKGBUILD
parent8075f9ea9ad19eaab6ea4c775badbbd2d5fa2a2b (diff)
downloadaur-829e06780f3477f69fef9cf92c691f7a8145c91a.tar.gz
Added glu dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc38f961700f..1f05461d8faf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,12 @@
pkgname=doomrl
pkgver=0.9.9.7
-pkgrel=10
+pkgrel=11
pkgdesc="A roguelike game based on the FPS Doom."
arch=('i686' 'x86_64')
url="http://drl.chaosforge.org/"
-license=("GPL" "CCPL:cc-by-nc-sa-4.0")
-depends=("sdl_mixer"
- "zlib"
- "lua"
- "timidity++"
- "sdl_image")
+license=('GPL' 'CCPL:cc-by-nc-sa-4.0')
+depends=('glu' 'lua' 'sdl_image' 'sdl_mixer' 'timidity++' 'zlib')
source=("cc-by-nc-sa-4.0.txt" "doomrl.sh")
source_i686=("https://drl.chaosforge.org/file_download/33/$pkgname-linux-i386-${pkgver//./}.tar.gz")