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