summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ce4d38..f13f3d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _offline=0
pkgname=qtox
_pkgname=qTox
pkgver=1.17.4
-pkgrel=1
+pkgrel=1.2
_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
pkgdesc='a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol'
arch=('x86_64' 'aarch64')
@@ -74,12 +74,12 @@ build() {
# tests require an active public internet connection
if [ "$_offline" == "0" ]; then
-check() {
- cd $_pkgname
- cd build
+ check() {
+ cd $_pkgname
+ cd build
- make test
-}
+ make test
+ }
fi
package() {