diff options
Diffstat (limited to 'community/warsow/PKGBUILD')
-rw-r--r-- | community/warsow/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/warsow/PKGBUILD b/community/warsow/PKGBUILD index 9df6caae8..2c941c653 100644 --- a/community/warsow/PKGBUILD +++ b/community/warsow/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 45971 2011-04-30 23:33:26Z svenstaro $ +# $Id: PKGBUILD 45996 2011-05-01 17:37:53Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Slash <demodevil5[at]yahoo[dot]com> # Contributor: Babets @@ -6,7 +6,7 @@ pkgname=warsow pkgver=0.62 -pkgrel=1 +pkgrel=2 pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine" url="http://www.warsow.net/" license=('GPL') @@ -24,8 +24,8 @@ md5sums=('f9bf60c80820237f7097c4e50a9582cd' '649568447e938efded07e77cdfb3accb') build() { - #unset CFLAGS - #unset CXXFLAGS + unset CFLAGS + unset CXXFLAGS # Extract Game Source Code unzip -o warsow_${pkgver}_sdk.zip -d $srcdir/warsow-src |