summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-25 13:50:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-25 13:50:45 -0700
commit7e84304337a07cfefb6cf465ba8df009164cf877 (patch)
treebc4fe215cb54b1a82a995dfec0f55567c0cc5e87
parentRebuild against sqlcipher (diff)
downloadqtox-7e84304337a07cfefb6cf465ba8df009164cf877.tar.xz
Rebuild against libsodium and kde6 migration.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eeb114f..9206779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ _offline=0
pkgname=qtox
_pkgname=qTox
pkgver=1.17.6
-pkgrel=3
+pkgrel=4
_gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
-pkgdesc='A chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol'
+pkgdesc='A Qt5 chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol'
arch=('x86_64' 'aarch64')
url='https://github.com/qTox/qTox'
license=('GPL3')
@@ -30,7 +30,7 @@ depends=('desktop-file-utils'
'libexif'
'toxcore'
'snorenotify'
- 'sonnet'
+ 'sonnet5'
'libgl')
makedepends=('qt5-tools' 'check' 'cmake' 'mesa' 'libglvnd')