summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenovsky2018-08-12 18:20:51 +0200
committerLenovsky2018-08-12 18:20:51 +0200
commit99ef1a7dc014095ff59ac237985d8031b0644343 (patch)
tree66a87d5b69771d4ce24c7b35478107ad6168c887
parent2ca99eb64b13516c0d14c6eb45e94e7844249f7e (diff)
downloadaur-99ef1a7dc014095ff59ac237985d8031b0644343.tar.gz
Move 'qt5-imageformats' to the 'makedepends' array
-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}")