summaryrefslogtreecommitdiff
path: root/community/springlobby
diff options
context:
space:
mode:
Diffstat (limited to 'community/springlobby')
-rw-r--r--community/springlobby/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD
index ec363d5ec..3e44c662f 100644
--- a/community/springlobby/PKGBUILD
+++ b/community/springlobby/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 68098 2012-03-18 05:46:56Z svenstaro $
+# $Id: PKGBUILD 71324 2012-05-26 15:26:22Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: DuGi <dugi@irc.pl>
pkgname=springlobby
-pkgver=0.144
+pkgver=0.147
pkgrel=1
pkgdesc="A free cross-platform lobby client for the Spring RTS project."
arch=('i686' 'x86_64')
@@ -14,12 +14,12 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
makedepends=('boost' 'asio' 'cmake')
install=springlobby.install
source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('facde8ab25100e50be5fc9b33deceb5c')
+md5sums=('1dd17f3f573d40b10b66bdbdc77181f0')
build() {
cd $srcdir/${pkgname}-$pkgver
- export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
+ #export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=2"
sed -i 's/boost_system-mt/boost_system/g' $srcdir/$pkgname-$pkgver/CMakeLists.txt