summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2015-10-05 16:17:01 +0200
committerNarrat2015-10-05 16:17:01 +0200
commit5440d7f1a2ed763014cfcde35043c64b1a3d80aa (patch)
tree4c323014f5e06fd99af8efa6f7c8fcb33095b474
parent8d9f05c91d153e7c7f6fa613f1dbbaba9833272a (diff)
downloadaur-5440d7f1a2ed763014cfcde35043c64b1a3d80aa.tar.gz
adom-noteye: Switch back to libtinfo
It apparently provides now the symlinks for ncurses<6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89c6fcfbeccd..d85bcdaf1c92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = adom-noteye
pkgdesc = roguelike game with a quest-centric, plot driven structure
pkgver = 1.15.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.adom.de/home/index.html
arch = i686
arch = x86_64
license = custom: "adom"
depends = mesa
depends = lua51
- depends = libtinfo-5
+ depends = libtinfo
depends = libcaca
depends = libmad
depends = fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index ead258f9da63..c0c7a078ee6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgname=adom-noteye
pkgver=1.15.2
_release=r60
_date=2015/08/23
-pkgrel=2
+pkgrel=3
pkgdesc="roguelike game with a quest-centric, plot driven structure"
arch=('i686' 'x86_64')
-depends=('mesa' 'lua51' 'libtinfo-5' 'libcaca' 'libmad' 'fluidsynth'
+depends=('mesa' 'lua51' 'libtinfo' '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"')