summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lane2020-12-10 13:02:06 +0000
committerChris Lane2020-12-10 13:02:06 +0000
commit87eee150df1b9df9b52204690e1cc51396583982 (patch)
treec5406dff11a91f98e3300ddd436ccb107dfed28c
parentf76397980e4d230251bd0527e09b9345842a5168 (diff)
downloadaur-87eee150df1b9df9b52204690e1cc51396583982.tar.gz
Remove qt5-tools from opt depends
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df8e183ccd0d..d89984f67837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ arch=('i686' 'x86_64' 'arm' 'aarch64')
depends=('qt5-base')
makedepends=('git' 'extra-cmake-modules' 'ninja' 'boost')
optdepends=('qca: encryption support'
- 'libldap: LDAP support'
- 'qt5-tools: translations support')
+ 'libldap: LDAP support')
provides=('quassel-core')
conflicts=('quassel-core')
source=("$pkgname-$pkgver"::"git+https://github.com/quassel/quassel")