Date: Saturday, June 15, 2013 @ 03:23:02 Author: svenstaro Revision: 92774
upgpkg: xonotic 0.7.0-1 Updating to 0.7.0 Modified: xonotic/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-15 01:02:41 UTC (rev 92773) +++ PKGBUILD 2013-06-15 01:23:02 UTC (rev 92774) @@ -1,8 +1,8 @@ # Maintainer: Sven-Hendrik Haase <s...@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 @@ 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 @@ 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 }