summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e0c67aea451..30d8d6650fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 10:06:00 UTC 2016
+# Fri Mar 11 23:09:15 UTC 2016
pkgbase = wesnoth-devel
pkgdesc = development version of a turn-based strategy game on a fantasy world
- pkgver = 1.13.2
- pkgrel = 2
+ pkgver = 1.13.4
+ pkgrel = 1
url = http://www.wesnoth.org/
install = wesnoth-devel.install
arch = i686
@@ -12,17 +12,17 @@ pkgbase = wesnoth-devel
makedepends = boost>=1.60.0
makedepends = scons>=0.98.3
depends = pango>=1.14.8
- depends = sdl_ttf>=2.0.8
- depends = sdl_net>=1.2.7
- depends = sdl_mixer>=1.2.7
- depends = sdl_image>=1.2.7
+ depends = sdl2_ttf>=2.0.0
+ depends = sdl2_net>=2.0.0
+ depends = sdl2_mixer>=2.0.0
+ depends = sdl2_image>=2.0.0
depends = fribidi>=0.10.9
depends = dbus-core
depends = python2
depends = boost-libs
depends = lua
depends = desktop-file-utils
- source = http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-1.13.2.tar.bz2
+ source = http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-1.13.4.tar.bz2
source = wesnoth-devel.desktop
source = wesnoth_editor-devel.desktop
source = wesnoth-devel-icon.xpm
@@ -31,7 +31,7 @@ pkgbase = wesnoth-devel
source = wesnothd-devel.service
source = boost1_60.patch
source = boost1_600tests.patch
- md5sums = 7c03d65838b52eaad1baf3902824ee11
+ md5sums = 70e949917df1b6e3d222469a58d09849
md5sums = a906eae5d541a51de77038469b1f794b
md5sums = b9de9e7ee16f757aa406466657c274a9
md5sums = b73f4fdefd3e7daa158cce278f11be64
diff --git a/PKGBUILD b/PKGBUILD
index 11298808357e..6af251aeead8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
#Maintainer: Andrea Tarocchi <valdar@email.it>
pkgname=wesnoth-devel
-pkgver=1.13.2
-pkgrel=2
+pkgver=1.13.4
+pkgrel=1
pkgdesc="development version of a turn-based strategy game on a fantasy world"
arch=('i686' 'x86_64')
url="http://www.wesnoth.org/"
license=('GPL')
-depends=('pango>=1.14.8' 'sdl_ttf>=2.0.8' 'sdl_net>=1.2.7' 'sdl_mixer>=1.2.7' 'sdl_image>=1.2.7' 'fribidi>=0.10.9' 'dbus-core' 'python2' 'boost-libs' 'lua' 'desktop-file-utils')
+depends=('pango>=1.14.8' 'sdl2_ttf>=2.0.0' 'sdl2_net>=2.0.0' 'sdl2_mixer>=2.0.0' 'sdl2_image>=2.0.0' 'fribidi>=0.10.9' 'dbus-core' 'python2' 'boost-libs' 'lua' 'desktop-file-utils')
makedepends=('boost>=1.60.0' 'scons>=0.98.3')
install=${pkgname}.install
source=("http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-$pkgver.tar.bz2"
@@ -23,7 +23,7 @@ source=("http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-$pkgver.ta
"boost1_60.patch"
"boost1_600tests.patch")
-md5sums=('7c03d65838b52eaad1baf3902824ee11'
+md5sums=('70e949917df1b6e3d222469a58d09849'
'a906eae5d541a51de77038469b1f794b'
'b9de9e7ee16f757aa406466657c274a9'
'b73f4fdefd3e7daa158cce278f11be64'
@@ -41,8 +41,8 @@ prepare() {
#Patching due to boost 1.60
#[https://gna.org/bugs/?24227]
- patch -p1 < ../boost1_60.patch
- patch -p1 < ../boost1_600tests.patch
+ #patch -p1 < ../boost1_60.patch
+ #patch -p1 < ../boost1_600tests.patch
}
build() {