summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2016-09-16 14:05:35 +0200
committerEduardo Sánchez Muñoz2016-09-16 14:05:35 +0200
commitfce17501a6e65b4d9ce1dc7f30c110a611686b93 (patch)
tree8a05237f966106d8242258baca8d3af863de4ea1
parent5bc5f2efc313b11c7955cd1940a91f3f9c4b1abc (diff)
downloadaur-fce17501a6e65b4d9ce1dc7f30c110a611686b93.tar.gz
Add missing makedepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37e25483db38..bc89e068244f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 13 20:10:39 UTC 2016
+# Fri Sep 16 12:05:12 UTC 2016
pkgbase = telegram-desktop
pkgdesc = Official desktop version of Telegram messaging app.
pkgver = 0.10.6
@@ -17,6 +17,9 @@ pkgbase = telegram-desktop
makedepends = libwebp
makedepends = google-breakpad-git
makedepends = chrpath
+ makedepends = cmake
+ makedepends = python
+ makedepends = python2
makedepends = xcb-util-keysyms
makedepends = libgl
makedepends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 223ec8010b91..9329bab03ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,9 @@ makedepends=(
'libwebp'
'google-breakpad-git'
'chrpath'
+ 'cmake'
+ 'python'
+ 'python2'
# QT5 build dependencies
'xcb-util-keysyms'