summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-11-08 02:48:16 +0100
committerNarrat2015-11-08 02:48:16 +0100
commita08a5f9aeb7b36e4b7611c348974212279fcc480 (patch)
treecf4879ad389c4d8fa76ee7ef0465a1235d626bed
parent5440d7f1a2ed763014cfcde35043c64b1a3d80aa (diff)
downloadaur-a08a5f9aeb7b36e4b7611c348974212279fcc480.tar.gz
adom-noteye: Add ncurses5-compat-libs dep
They finally decided how to provide the ncurses5 libs...
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d85bcdaf1c92..4263438a7a1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adom-noteye
pkgdesc = roguelike game with a quest-centric, plot driven structure
pkgver = 1.15.2
- pkgrel = 3
+ pkgrel = 4
url = http://www.adom.de/home/index.html
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = adom-noteye
depends = mesa
depends = lua51
depends = libtinfo
+ depends = ncurses5-compat-libs
depends = libcaca
depends = libmad
depends = fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index c0c7a078ee6f..2dd046bbf0cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgname=adom-noteye
pkgver=1.15.2
_release=r60
_date=2015/08/23
-pkgrel=3
+pkgrel=4
pkgdesc="roguelike game with a quest-centric, plot driven structure"
arch=('i686' 'x86_64')
-depends=('mesa' 'lua51' 'libtinfo' 'libcaca' 'libmad' 'fluidsynth'
+depends=('mesa' 'lua51' 'libtinfo' 'ncurses5-compat-libs' 'libcaca' 'libmad' 'fluidsynth'
'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'sdl2_ttf' 'zlib') # 'libpng12' (adom sdl2 link against it)
url="http://www.adom.de/home/index.html"
license=('custom: "adom"')