xonotic: update to 0.8.1

This commit is contained in:
Jeff Huang 2015-09-03 02:36:32 +00:00
parent b6d099dcb7
commit 13deae4a84

View File

@ -1,9 +1,7 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgbase=xonotic pkgbase=xonotic
_pkgbase=Xonotic _pkgbase=Xonotic
pkgname=($pkgbase $pkgbase-data) pkgname=($pkgbase $pkgbase-data)
pkgver=0.8.0 pkgver=0.8.1
pkgrel=1 pkgrel=1
pkgdesc="A free, fast-paced crossplatform first-person shooter" pkgdesc="A free, fast-paced crossplatform first-person shooter"
arch=('x86_64') arch=('x86_64')
@ -16,11 +14,10 @@ categories=('games')
source=("http://dl.xonotic.org/$pkgbase-$pkgver.zip" source=("http://dl.xonotic.org/$pkgbase-$pkgver.zip"
"xonotic-glx.desktop" "xonotic-glx.desktop"
"xonotic-sdl.desktop") "xonotic-sdl.desktop")
md5sums=('bc368e116a2502362e1d4f07d8f8efab' md5sums=('f7a9cd8ab68a00336acca164f983b569'
'c4d94fcbfbef47cf614f2b6f381ea89b' 'c4d94fcbfbef47cf614f2b6f381ea89b'
'541cf57a483f540220eb08c898f6dbc2') '541cf57a483f540220eb08c898f6dbc2')
build() { build() {
# compile engine # compile engine
make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 cl-release make -C Xonotic/source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 cl-release