From 62b00d5bf76ef2c670dbeefe2051629d96ab7660 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Aug 2013 02:15:21 -0700 Subject: Wed Aug 21 02:13:52 PDT 2013 --- community/wesnoth/PKGBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'community/wesnoth/PKGBUILD') diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD index 56a743d06..b22e9bd50 100644 --- a/community/wesnoth/PKGBUILD +++ b/community/wesnoth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 94054 2013-07-13 12:37:56Z svenstaro $ +# $Id: PKGBUILD 96161 2013-08-20 15:02:17Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Jan de Groot # Contributor: Tobias Powalowski @@ -6,30 +6,26 @@ # Contributor: Douglas Soares de Andrade pkgname=wesnoth -pkgver=1.10.6 -pkgrel=6 +pkgver=1.10.7 +pkgrel=1 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' 'python2') +depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 'pango' 'lua' "wesnoth-data" 'dbus-core' 'python2') makedepends=('boost' 'cmake') install=wesnoth.install options=(!emptydirs) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 wesnothd.tmpfiles.conf - wesnothd.service - https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch) -md5sums=('547e3489bbfa778912b11dbee612c380' + wesnothd.service) +md5sums=('3f460a494530d32aa5d5d0f19c95efbd' '2d2fea6b3d86dfd589f5ad35a3be1f97' - 'd1b6bf1d3dc05086ee6a370adff0ae4a' - 'edc7c0547e67cba4ca4f813ca261f572') + 'd1b6bf1d3dc05086ee6a370adff0ae4a') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i $srcdir/bbd7f6.patch - mkdir build && cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -- cgit v1.2.3-54-g00ecf