summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1ab1e0e6360..a657182c1840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Mar 22 17:29:38 UTC 2017
pkgbase = wesnoth-git
pkgdesc = The latest version of a turn-based strategy game on a fantasy world
- pkgver = 1.13.7.34.g9a288ab78c
+ pkgver = 1.17.17.64.gba3e3464559
pkgrel = 1
url = http://www.wesnoth.org/
arch = x86_64
@@ -11,6 +9,7 @@ pkgbase = wesnoth-git
makedepends = scons
makedepends = git
makedepends = gcc
+ makedepends = git
depends = boost
depends = boost-libs
depends = fribidi
@@ -25,8 +24,7 @@ pkgbase = wesnoth-git
provides = wesnoth
conflicts = wesnoth
conflicts = wesnoth-data
- source = git://github.com/wesnoth/wesnoth.git
+ source = git+https://github.com/wesnoth/wesnoth.git
md5sums = SKIP
pkgname = wesnoth-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 39938b39a399..7216cf629cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=wesnoth-git
_gitname=wesnoth
-pkgver=1.13.7.34.g9a288ab78c
+pkgver=1.17.17.64.gba3e3464559
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' 'boost-libs' 'fribidi' 'sdl2' 'sdl2_ttf' 'sdl2_net' 'sdl2_mixer' 'sdl2_image' 'libvorbis' 'pango' 'python')
-makedepends=('openssh' 'scons' 'git' 'gcc')
+makedepends=('openssh' 'scons' 'git' 'gcc' 'git')
conflicts=('wesnoth' 'wesnoth-data')
provides=('wesnoth')
-source=('git://github.com/wesnoth/wesnoth.git')
+source=('git+https://github.com/wesnoth/wesnoth.git')
md5sums=('SKIP')
pkgver() {
@@ -30,7 +30,10 @@ build() {
}
package() {
- cd ${_gitname}-build
+ cd ${srcdir}/${_gitname}-build/src/modules/mariadbpp
+ git submodule update --recursive --init
+
+ cd ${srcdir}/${_gitname}-build
scons prefsdir=.local/share/$_gitname/git prefix=/usr debug=yes || return 1
scons destdir=${pkgdir} install || return 1