summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 22:55:26 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 22:55:26 -0800
commitc5cf079743bf61dfe56aad27c3e7271e99be1ca6 (patch)
treee31d5197959f1b971eca9c0bc62c4b030b9fbe6e
parentUpdated to 1.17.4 (diff)
downloadqtox-c5cf079743bf61dfe56aad27c3e7271e99be1ca6.tar.xz
Rebuild for sqlcipher 4.5.0
-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() {