summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Oelmueller2016-06-09 20:51:00 +0200
committerChris Oelmueller2016-06-09 20:51:10 +0200
commit15310d25654d11718b2c49675eaa96c9839e85df (patch)
tree66972ce8feb0324b053867cd700786d26276a4b6
parent6e3416dd92eb4b5e32a0714452affbe12f78e08a (diff)
downloadaur-15310d25654d11718b2c49675eaa96c9839e85df.tar.gz
Revert "fife-git: Force swig2 dependency and usage (@stubb @LinuxDonald)"
Fixed, as per comment by LinuxDonald. This reverts commit c8181646e5886ae6897f62160538dfd4914536eb.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fb49e540eb4..26297b55bde3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 22 19:13:55 UTC 2016
+# Thu Jun 9 18:50:54 UTC 2016
pkgbase = fife-git
pkgdesc = The mission of the FIFE project is to create a cross platform game creation framework
pkgver = 0.3.4.r342.g38f435b
@@ -17,7 +17,7 @@ pkgbase = fife-git
depends = libvorbis
depends = libogg
depends = openal
- depends = swig2
+ depends = swig
depends = python2
depends = zlib
depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index eccaffa3f4b4..7e546e823cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.3.4.r342.g38f435b
pkgrel=1
arch=('i686' 'x86_64')
license=('LGPL')
-depends=('sdl2' 'boost' 'sdl2_ttf' 'sdl2_image' 'libvorbis' 'libogg' 'openal' 'swig2' 'python2' 'zlib' 'libgl' 'libpng' 'tinyxml' 'fifechan-git')
+depends=('sdl2' 'boost' 'sdl2_ttf' 'sdl2_image' 'libvorbis' 'libogg' 'openal' 'swig' 'python2' 'zlib' 'libgl' 'libpng' 'tinyxml' 'fifechan-git')
makedepends=('scons' 'git')
source=(git+https://github.com/fifengine/fifengine.git)
md5sums=('SKIP')
@@ -22,10 +22,10 @@ pkgver() {
build() {
cd "$srcdir/fifengine"
- SWIG="swig-2" scons
+ scons
}
package() {
cd "$srcdir/fifengine"
- SWIG="swig-2" scons install-python --prefix="$pkgdir/usr" --python-prefix="$pkgdir/usr/lib/python2.7/site-packages/"
+ scons install-python --prefix="$pkgdir/usr" --python-prefix="$pkgdir/usr/lib/python2.7/site-packages/"
}