summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChillerDragon2022-03-30 17:24:01 +0200
committerChillerDragon2022-03-30 17:24:01 +0200
commit09f7c3b0c59d1468fc676b0fdc7c7bee9435df81 (patch)
treebddbc1276bc6d17bea6d51788b8c01cb796e8d95
parent1c4d83705fb61c1e27fcc03f8671b2fab3e61fc3 (diff)
downloadaur-09f7c3b0c59d1468fc676b0fdc7c7bee9435df81.tar.gz
Fix conflicts with ddnet
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f3dc4f8e0dc..c825818e1060 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,8 +22,6 @@ pkgbase = term-ux-git
depends = miniupnpc
depends = sqlite
depends = mariadb-libs
- optdepends = ddnet-skins: A collection with more than 500 custom tee skins.
- optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers.
provides = term-ux
conflicts = term-ux
source = git+https://github.com/chillerbot/chillerbot-ux
diff --git a/PKGBUILD b/PKGBUILD
index 8d8af48dac92..b0419e95cd88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chiller Dragon <chillerdragon@gmail.com>
pkgname=term-ux-git
-pkgver=16.0.r420.gffaeed980
+pkgver=16.0.r421.g17c478731
pkgrel=1
pkgdesc="A custom Teeworlds curses client based on chillerbot-ux (ddnet based)."
arch=('x86_64')
@@ -37,7 +37,9 @@ build() {
-DAUTOUPDATE=OFF \
-DHEADLESS_CLIENT=ON \
-DCURSES_CLIENT=ON \
- -DANTIBOT=ON \
+ -DVULKAN=OFF \
+ -DSERVER=OFF \
+ -DANTIBOT=OFF \
-DVIDEORECORDER=OFF \
-DUPNP=ON \
-DMYSQL=OFF \
@@ -50,6 +52,7 @@ check() {
}
package() {
+ echo "$pkgdir"
DESTDIR="$pkgdir" ninja install -C build
}