summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5a0ab2496b3..4c149794d7a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ddnet
pkgver=15.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.tw"
@@ -38,7 +38,8 @@ build() {
}
check() {
- ninja run_tests -C build
+ # disabled until sqlite tests are fixed upstream.
+ # ninja run_tests -C build
}
package() {