summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdgar2022-01-04 11:40:15 +0100
committerEdgar2022-01-04 11:40:15 +0100
commitfc589c2c97e1e4d25a16687eb5233f499bdc17bc (patch)
treeea43a3f784dc4b9b3e6e92ea75983023735840dd
parent813c1fb5543da8519a1cbb940ee646598556c2f4 (diff)
downloadaur-fc589c2c97e1e4d25a16687eb5233f499bdc17bc.tar.gz
fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35474aacb23f..b6601fe4693f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ddnet
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
pkgver = 15.8.1
- pkgrel = 2
+ pkgrel = 4
url = https://ddnet.tw
arch = x86_64
license = custom:BSD
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