summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-04-10 12:12:38 +0500
committerDmitry Kharitonov2017-04-10 12:12:38 +0500
commit829e06780f3477f69fef9cf92c691f7a8145c91a (patch)
tree13f208f07f87a8e6e60b2409ae57fee72f483e4d
parent8075f9ea9ad19eaab6ea4c775badbbd2d5fa2a2b (diff)
downloadaur-829e06780f3477f69fef9cf92c691f7a8145c91a.tar.gz
Added glu dep
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4352e2488697..bc6c4cd9e7db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
# Generated by mksrcinfo v8
-# Wed Mar 29 10:17:35 UTC 2017
+# Mon Apr 10 06:47:46 UTC 2017
pkgbase = doomrl
pkgdesc = A roguelike game based on the FPS Doom.
pkgver = 0.9.9.7
- pkgrel = 10
+ pkgrel = 11
url = http://drl.chaosforge.org/
arch = i686
arch = x86_64
license = GPL
license = CCPL:cc-by-nc-sa-4.0
- depends = sdl_mixer
- depends = zlib
+ depends = glu
depends = lua
- depends = timidity++
depends = sdl_image
+ depends = sdl_mixer
+ depends = timidity++
+ depends = zlib
source = cc-by-nc-sa-4.0.txt
source = doomrl.sh
sha256sums = bae5ccc863235f984a52c07d011e48a86c0c12f923be2dedd8624c7abdc22c6c
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")