summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3290ce37bbba..cda0e5457eff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,12 +12,12 @@ pkgbase = telegram-desktop-git
makedepends = libappindicator-gtk3
makedepends = python
makedepends = range-v3
+ makedepends = qt5-imageformats
depends = desktop-file-utils
depends = ffmpeg
depends = minizip
depends = openal
depends = qt5-base
- depends = qt5-imageformats
optdepends = libnotify: desktop notifications
provides = telegram-desktop
conflicts = telegram-desktop
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}")