summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyozuki2020-04-11 19:57:00 +0200
committerRyozuki2020-04-11 19:57:00 +0200
commitcc59896010d614ce5a636f69dc898a3bed1fdf3f (patch)
treefcb0516a6d08489a740d950c81ae6654d2fd48e9
parent4de929290e5c83234b99ef26fa4b88c7e3d2a875 (diff)
downloadaur-cc59896010d614ce5a636f69dc898a3bed1fdf3f.tar.gz
Disable ANTIBOT due to cmake not installing libantibot.so
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a408583933bd..1f91b7cf56d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ddnet
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
pkgver = 13.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://ddnet.tw
arch = x86_64
license = custom:BSD
diff --git a/PKGBUILD b/PKGBUILD
index e6a28ed8a82f..d7250a34b5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ddnet
pkgver=13.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.tw"
@@ -36,7 +36,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DAUTOUPDATE=OFF \
- -DANTIBOT=ON \
+ -DANTIBOT=OFF \
-DVIDEORECORDER=ON \
-GNinja \
$_mysql_opt