summaryrefslogtreecommitdiff
path: root/community/xonotic
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
commit44c10f274ec720a1512b15457b9eeffea28c6041 (patch)
tree48d27d6116dfd4fdce957af918c3d62385fd9226 /community/xonotic
parent0a069ede63336b105cda051cebe136f2592847d2 (diff)
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'community/xonotic')
-rw-r--r--community/xonotic/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/xonotic/PKGBUILD b/community/xonotic/PKGBUILD
index 1aa1927d9..46232f58b 100644
--- a/community/xonotic/PKGBUILD
+++ b/community/xonotic/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Alexander Suhoverhov <cy at ngs dot ru>
pkgname=xonotic
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="A free, fast-paced crossplatform first-person shooter"
arch=('i686' 'x86_64')
url="http://xonotic.org"
@@ -12,7 +12,7 @@ makedepends=('unzip' 'mesa')
source=("http://dl.xonotic.org/xonotic-${pkgver}-source.zip"
"xonotic-glx.desktop"
"xonotic-sdl.desktop")
-md5sums=('47e8468054bf1346c57f3f8fdc97575e'
+md5sums=('1cc50a79ac6abf27da916bfb5e066043'
'914c7b9163e92b35f0ab57fdb1653ac5'
'da7d812ff231c9332cd694b39757adda')
@@ -31,6 +31,7 @@ build() {
make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 sv-release
cd $srcdir/Xonotic/source/d0_blind_id
+ sh autogen.sh
./configure --prefix=/usr --disable-rijndael
make
}