summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Oelmueller2017-02-10 20:55:54 +0100
committerChris Oelmueller2017-02-10 20:55:54 +0100
commit2b8a7266d2aceca11124c630c4ef8afc7baf84fb (patch)
tree819992370318c76c86c46947a87101dab8cd178b /PKGBUILD
parent115359cec8f0b090e948f1aa61e9af3ffdb0efa3 (diff)
downloadaur-2b8a7266d2aceca11124c630c4ef8afc7baf84fb.tar.gz
[fife] v0.4.1-2: Correct fifechan dependency
This version is not packaged for AUR yet. Cf. comments in [fifechan].
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 545254657558..bc041539c1e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=fife
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
_githubname=fifengine
pkgdesc="Flexible Isometric Free Engine is a cross platform game creation framework"
arch=(i686 x86_64)
url="http://fifengine.net/"
license=('LGPL')
-depends=('boost' 'boost-libs' 'fifechan' 'libgl' 'libogg' 'libpng' 'libvorbis'
+depends=('boost' 'boost-libs' 'fifechan>=0.1.4' 'libgl' 'libogg' 'libpng' 'libvorbis'
'sdl2' 'sdl2_ttf' 'sdl2_image' 'openal' 'python2' 'tinyxml' 'zlib')
makedepends=('cmake' 'mesa' 'swig')
source=("https://github.com/${_githubname}/${_githubname}/archive/${pkgver}.tar.gz")