diff options
Diffstat (limited to 'extra/wesnoth/PKGBUILD')
-rw-r--r-- | extra/wesnoth/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/wesnoth/PKGBUILD b/extra/wesnoth/PKGBUILD index 6631575b6..c3ec48db6 100644 --- a/extra/wesnoth/PKGBUILD +++ b/extra/wesnoth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 144065 2011-12-02 20:54:51Z ibiru $ +# $Id: PKGBUILD 148958 2012-02-05 11:57:49Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Jacobo Arvelo <unix4all@ya.com> @@ -6,12 +6,12 @@ pkgname=wesnoth pkgver=1.8.6 -pkgrel=3 +pkgrel=4 pkgdesc="A turn-based strategy game on a fantasy world" arch=('i686' 'x86_64') license=('GPL') url="http://www.wesnoth.org/" -depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 'pango' 'lua' "wesnoth-data=${pkgver}" 'dbus-core') +depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 'pango' 'lua' "wesnoth-data=${pkgver}" 'dbus-core' 'python2') makedepends=('boost') install=wesnoth.install options=(!emptydirs) @@ -20,7 +20,7 @@ source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t wesnoth-1.8.6-boost-foreach.patch wesnoth.tmpfiles.conf) md5sums=('f1c3179869b01b61e253e74aeb241034' - 'ca7412ffc4682ef55ddf82d56b0e2f08' + '3b0d2edcb45e8ecc8c790f92bdcb0087' 'dc414ab7e1334941548e9db6db9c2460' 'b8122f5054e3895c9c054e87460869dc') @@ -31,6 +31,7 @@ build() { ./autogen.sh ./configure --prefix=/usr --localstatedir=/var --enable-tools \ --enable-editor --enable-server --with-fifodir=/run/wesnothd + make } package() { |