summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2016-09-24 17:09:36 +0900
committerJiachen Yang2016-09-24 17:09:36 +0900
commitb8342915ac8793d3efac495e915b3b6020e55cab (patch)
tree7c953f505c4eb62c25fd9c2f7bc646c56b6d13de
parentf75ea967070f4b734d91bc278c5736ffc3114450 (diff)
downloadaur-b8342915ac8793d3efac495e915b3b6020e55cab.tar.gz
depends on -git version of libs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf69da165d41..0f76420cb729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = cutegram-git
arch = x86_64
license = GPL
makedepends = git
- depends = libqtelegram-ae
- depends = telegramqml
- depends = aseman-qt-tools
+ depends = libqtelegram-ae-git
+ depends = telegramqml-git
+ depends = aseman-qt-tools-git
optdepends = gst-plugins-good: for audio and notification support
optdepends = gst-plugins-bad: for audio support
source = cutegram-git::git+https://github.com/Aseman-Land/Cutegram.git
diff --git a/PKGBUILD b/PKGBUILD
index 162876172a58..c5230a5b07b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Telegram client by Aseman Land"
arch=('i686' 'x86_64')
url="http://aseman.co/cutegram"
license=('GPL')
-depends=('libqtelegram-ae' 'telegramqml' 'aseman-qt-tools')
+depends=('libqtelegram-ae-git' 'telegramqml-git' 'aseman-qt-tools-git')
optdepends=('gst-plugins-good: for audio and notification support'
'gst-plugins-bad: for audio support')
makedepends=('git')