summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Aßfalg2015-08-02 13:23:58 +0200
committerChristian Aßfalg2015-08-02 13:23:58 +0200
commit2a1984ecb23b3343e545b792df4085c6fb80e7bc (patch)
treee716a00c999deb97e2bb1d7b6459544a790d02d2 /PKGBUILD
parent09d728310d0dd2e5f4aa049e8c5ee230a31d33c8 (diff)
downloadaur-2a1984ecb23b3343e545b792df4085c6fb80e7bc.tar.gz
added missing dependencies (probably due to graphviz removal)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b0f7d2eb0af..cfb2381c6069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="Free Clone of Master of Orion."
url="http://www.freeorion.org/index.php/Main_Page"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('boost' 'bullet' 'python2' 'sdl2' 'libvorbis' 'libogg' 'glew')
+depends=('boost' 'bullet' 'python2' 'sdl2' 'libvorbis' 'libogg' 'glew' 'libtiff' 'libjpeg-turbo' 'openal')
makedepends=('git' 'cmake')
provides=('freeorion')
conflicts=('freeorion')