summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2018-03-19 21:53:05 +0100
committerEmanuele 'Lele' Calo2018-03-19 21:53:05 +0100
commite54f8c455a16d54605eee2f088b1e39bcf3bc3b3 (patch)
tree62b9c1f466a63a66cca3c05b4162101dd23f2d8c
parent97441fa3c8dc681e244b56697fe1d0d0e6014060 (diff)
downloadaur-e54f8c455a16d54605eee2f088b1e39bcf3bc3b3.tar.gz
Added missing deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5a60d4c233..4d98d4342d79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adom-noteye
pkgdesc = A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam
pkgver = 3.0.6
- pkgrel = 3
+ pkgrel = 4
url = http://www.adom.de/
arch = x86_64
license = custom:adom
@@ -12,6 +12,9 @@ pkgbase = adom-noteye
depends = sdl_mixer
depends = lua51
depends = libbsd
+ depends = libmad
+ depends = fluidsynth
+ depends = libpng12
provides = adom
conflicts = adom
conflicts = adom-restricted
diff --git a/PKGBUILD b/PKGBUILD
index c17aef7f5b98..41e4f8f3e906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=adom-noteye
pkgver=3.0.6
-pkgrel=3
+pkgrel=4
pkgdesc="A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam"
arch=("x86_64")
url="http://www.adom.de/"
conflicts=('adom' 'adom-restricted' 'adom-noteye')
provides=('adom')
-depends=('ncurses' 'mesa' 'sdl_image' 'sdl_net' 'sdl_mixer' 'lua51' 'libbsd')
+depends=('ncurses' 'mesa' 'sdl_image' 'sdl_net' 'sdl_mixer' 'lua51' 'libbsd' 'libmad' 'fluidsynth' 'libpng12')
_repo_url="https://repo.sshadm.in/archlinux/eldios"
license=('custom:adom')