summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a3980bf6e1f..dee614a5b32c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,26 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 09:39:38 UTC 2016
+# Tue Mar 15 11:00:38 UTC 2016
pkgbase = wesnoth-git
pkgdesc = The latest version of a turn-based strategy game on a fantasy world
- pkgver = 1.13.2.414.gb0659d7
+ pkgver = 1.13.4.104.g3f58231
pkgrel = 1
url = http://www.wesnoth.org/
arch = x86_64
license = GPL
makedepends = openssh
- makedepends = python
makedepends = scons
makedepends = git
depends = boost
+ depends = boost-libs
depends = fribidi
- depends = lua
depends = sdl2
depends = sdl2_ttf
depends = sdl2_net
depends = sdl2_mixer
depends = sdl2_image
+ depends = libvorbis
+ depends = pango
+ depends = python
provides = wesnoth
conflicts = wesnoth
conflicts = wesnoth-data
diff --git a/PKGBUILD b/PKGBUILD
index d971f41b09c4..15ec7fe4cbd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Archadept
-# Revision: 2016-01-19
+# Revision: 2016-03-15
pkgname=wesnoth-git
_gitname=wesnoth
-pkgver=1.13.2.414.gb0659d7
+pkgver=1.13.4.104.g3f58231
pkgrel=1
pkgdesc="The latest version of a turn-based strategy game on a fantasy world"
arch=('x86_64')
url="http://www.wesnoth.org/"
license=('GPL')
-depends=('boost' 'fribidi' 'lua' 'sdl2' 'sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image')
-makedepends=('openssh' 'python' 'scons' 'git')
+depends=('boost' 'boost-libs' 'fribidi' 'sdl2' 'sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'libvorbis' 'pango' 'python')
+makedepends=('openssh' 'scons' 'git')
conflicts=('wesnoth' 'wesnoth-data' 'wesnoth-devel')
provides=('wesnoth')