diff options
Diffstat (limited to 'community/wesnoth/PKGBUILD')
-rw-r--r-- | community/wesnoth/PKGBUILD | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD index fa7d64890..cf9a95311 100644 --- a/community/wesnoth/PKGBUILD +++ b/community/wesnoth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75447 2012-08-24 12:33:04Z svenstaro $ +# $Id: PKGBUILD 75697 2012-08-29 08:31:11Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> @@ -6,8 +6,8 @@ # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=wesnoth -pkgver=1.10.3 -pkgrel=3 +pkgver=1.10.4 +pkgrel=1 pkgdesc="A turn-based strategy game on a fantasy world" arch=('i686' 'x86_64') license=('GPL') @@ -19,26 +19,21 @@ options=(!emptydirs) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 wesnothd.tmpfiles.conf wesnothd.rc.d - wesnothd.service - boost_foreach.patch) -md5sums=('b25354c71d58f82c2c60cc12c6f09c36' + wesnothd.service) +md5sums=('1a673f12e4521fc66e60ec584fa7c98f' '2d2fea6b3d86dfd589f5ad35a3be1f97' '85659b47d22dfdf4e4d046556973fc3e' - 'd1b6bf1d3dc05086ee6a370adff0ae4a' - '07e78c6ece06ed10119fc57ebc16ea9d') + 'd1b6bf1d3dc05086ee6a370adff0ae4a') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np0 < $srcdir/boost_foreach.patch - mkdir build && cd build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_OMP=ON \ -DENABLE_TOOLS=ON \ - -DMANDIR=share/man \ - -DFIFO_DIR=/run/wesnothd + -DMANDIR=share/man make } |