summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-09-01 19:23:57 -0300
committerRafael Fontenelle2019-09-01 19:23:57 -0300
commit7bd419243aeabe948eaee5ac1f25e440a0483d45 (patch)
treec8b886353691d60d46a218d567945a9d085b5fc8
parent69ddd8d8e54d8c7203c0dc3ffea90ea73dcd9026 (diff)
downloadaur-7bd419243aeabe948eaee5ac1f25e440a0483d45.tar.gz
Disable websockets feature due to a crash.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a56e80dd4cd..aa8006306c09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddnet-git
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 12.5.r24.g6e24bf9ae
+ pkgver = 12.6.1.r22.gf1b54d32b
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = ddnet-git
depends = curl
depends = glew
depends = wavpack
- depends = libwebsockets
depends = pnglite
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
diff --git a/PKGBUILD b/PKGBUILD
index 055f255e65d5..9fce9e08dc06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Ryozuki <ryo@ryozuki.xyz>
pkgname=ddnet-git
-pkgver=12.5.r24.g6e24bf9ae
+pkgver=12.6.1.r22.gf1b54d32b
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' 'libwebsockets' 'pnglite')
+depends=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite')
makedepends=('git' 'cmake' 'ninja' 'python')
checkdepends=('gtest')
optdepends=('ddnet-skins: A collection with more than 700 custom tee skins.'
@@ -46,7 +46,6 @@ build() {
cmake ../ddnet \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DWEBSOCKETS=ON \
-DAUTOUPDATE=OFF \
-GNinja \
$_mysql_opt