summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-04-08 17:50:35 -0300
committerRafael Fontenelle2020-04-08 17:51:08 -0300
commitfdae2b9a199641f5deda513e632fab67b5866ee1 (patch)
tree5bba1ffc838e0d6a3461949257803e6483529d68
parent7bd419243aeabe948eaee5ac1f25e440a0483d45 (diff)
downloadaur-fdae2b9a199641f5deda513e632fab67b5866ee1.tar.gz
Update to 13.0.1.r12.g0da0dddf1
Enable antibot and recording features.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa8006306c09..f50b2e6c599c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddnet-git
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 12.6.1.r22.gf1b54d32b
+ pkgver = 13.0.1.r12.g0da0dddf1
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = ddnet-git
depends = glew
depends = wavpack
depends = pnglite
+ depends = ffmpeg
optdepends = ddnet-skins: A collection with more than 700 custom tee skins.
optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers
provides = ddnet
diff --git a/PKGBUILD b/PKGBUILD
index 9fce9e08dc06..9d9d6cab9a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Ryozuki <ryo@ryozuki.xyz>
pkgname=ddnet-git
-pkgver=12.6.1.r22.gf1b54d32b
+pkgver=13.0.1.r12.g0da0dddf1
pkgrel=1
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.tw"
license=('custom:BSD' 'CCPL:by-nc-sa')
-depends=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite')
+depends=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg')
makedepends=('git' 'cmake' 'ninja' 'python')
checkdepends=('gtest')
optdepends=('ddnet-skins: A collection with more than 700 custom tee skins.'
@@ -47,6 +47,8 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DAUTOUPDATE=OFF \
+ -DANTIBOT=ON \
+ -DVIDEORECORDER=ON \
-GNinja \
$_mysql_opt
ninja