summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Oelmueller2017-01-28 14:07:33 +0100
committerChris Oelmueller2017-01-28 16:40:44 +0100
commit6116861b306083fb70fa827d8b17fa101e5771fa (patch)
treeff56613c2a19283374daa08fe59684d3ddd2f87f /PKGBUILD
parent2ea6990fd10ea8523cec2b55c77e4dc62c91088a (diff)
downloadaur-6116861b306083fb70fa827d8b17fa101e5771fa.tar.gz
[fife] v0.4.0-2: Clean up some dependencies (LinuxDonald)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31c595ef0b17..b4703c82f9b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=fife
pkgver=0.4.0
-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-libs' 'fifechan' 'libgl' 'libvorbis' 'libxcursor' 'tinyxml'
- 'openal' 'python2' 'sdl_image' 'sdl_ttf')
-makedepends=('cmake' 'mesa' 'swig' 'zlib')
+depends=('boost' 'boost-libs' 'fifechan' '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")
md5sums=('d1bac8339f207b797a2e3dbd85383a66')
sha256sums=('babd4c1c6e2f991d2cf61d5746f34a66ca18e1c95782599c95c4382949d3d8f1')