summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Oelmueller2017-02-10 20:55:54 +0100
committerChris Oelmueller2017-02-10 20:55:54 +0100
commit2b8a7266d2aceca11124c630c4ef8afc7baf84fb (patch)
tree819992370318c76c86c46947a87101dab8cd178b
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].
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b98e79836f..c35c7a2de7b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 10 18:05:50 UTC 2017
+# Fri Feb 10 19:55:47 UTC 2017
pkgbase = fife
pkgdesc = Flexible Isometric Free Engine is a cross platform game creation framework
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://fifengine.net/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = fife
makedepends = swig
depends = boost
depends = boost-libs
- depends = fifechan
+ depends = fifechan>=0.1.4
depends = libgl
depends = libogg
depends = libpng
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")