summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kowaliczek2017-04-19 23:02:40 +0200
committerThomas Kowaliczek2017-04-19 23:02:40 +0200
commit4370ea32d1407b5bfb51b56c7deee56a56dcd170 (patch)
tree9a99dbd84cf8e40ac61018e2b2610992ef1a7b0b
parent175d77622ff0cbc4c8a509684349a2774d3e989b (diff)
downloadaur-4370ea32d1407b5bfb51b56c7deee56a56dcd170.tar.gz
forgot one new dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2919ce3f549e..509197341539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = fife-git
depends = openal
depends = swig
depends = python
+ depends = python-future
depends = zlib
depends = libgl
depends = libpng
diff --git a/PKGBUILD b/PKGBUILD
index 2d97f6f4e3d6..fae930ed3d87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver=0.4.1.r372.g85626ccd
pkgrel=1
arch=('i686' 'x86_64')
license=('LGPL')
-depends=('sdl2' 'boost' 'sdl2_ttf' 'sdl2_image' 'libvorbis' 'libogg' 'openal' 'swig' 'python' 'zlib' 'libgl' 'libpng' 'tinyxml' 'glew' 'fifechan-git')
+depends=('sdl2' 'boost' 'sdl2_ttf' 'sdl2_image' 'libvorbis' 'libogg' 'openal' 'swig' 'python' 'python-future' 'zlib' 'libgl' 'libpng' 'tinyxml' 'glew' 'fifechan-git')
makedepends=('cmake' 'git')
source=(git+https://github.com/fifengine/fifengine.git)
md5sums=('SKIP')