summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLenovsky2018-08-12 18:20:51 +0200
committerLenovsky2018-08-12 18:20:51 +0200
commit99ef1a7dc014095ff59ac237985d8031b0644343 (patch)
tree66a87d5b69771d4ce24c7b35478107ad6168c887 /PKGBUILD
parent2ca99eb64b13516c0d14c6eb45e94e7844249f7e (diff)
downloadaur-99ef1a7dc014095ff59ac237985d8031b0644343.tar.gz
Move 'qt5-imageformats' to the 'makedepends' array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be384632a860..e40e0d69930b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Official desktop version of Telegram messaging app (dev branch)"
arch=('i686' 'x86_64')
url="https://desktop.telegram.org/"
license=('GPL3')
-depends=('desktop-file-utils' 'ffmpeg' 'minizip' 'openal' 'qt5-base' 'qt5-imageformats')
-makedepends=('cmake' 'git' 'gyp' 'libappindicator-gtk3' 'python' 'range-v3')
+depends=('desktop-file-utils' 'ffmpeg' 'minizip' 'openal' 'qt5-base')
+makedepends=('cmake' 'git' 'gyp' 'libappindicator-gtk3' 'python' 'range-v3' 'qt5-imageformats')
optdepends=('libnotify: desktop notifications')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")