summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdgar2022-01-04 11:40:15 +0100
committerEdgar2022-01-04 11:40:15 +0100
commitfc589c2c97e1e4d25a16687eb5233f499bdc17bc (patch)
treeea43a3f784dc4b9b3e6e92ea75983023735840dd /PKGBUILD
parent813c1fb5543da8519a1cbb940ee646598556c2f4 (diff)
downloadaur-fc589c2c97e1e4d25a16687eb5233f499bdc17bc.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c149794d7a0..ccd4be312576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ddnet
pkgver=15.8.1
-pkgrel=3
+pkgrel=4
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.tw"
@@ -37,10 +37,10 @@ build() {
ninja
}
-check() {
- # disabled until sqlite tests are fixed upstream.
- # ninja run_tests -C build
-}
+# disabled until sqlite tests are fixed upstream.
+#check() {
+ #ninja run_tests -C build
+#}
package() {
DESTDIR="$pkgdir" ninja install -C build