summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2016-01-25 18:07:59 +0900
committerJiachen Yang2016-01-25 18:07:59 +0900
commitc22a1792b73269ed4cababbd3d543b66c072bdba (patch)
treef3fd9d0519f2273d7d25f947271a681ac41c1472
parentc8225426df69fc805aa754dab743be04c9025153 (diff)
downloadaur-c22a1792b73269ed4cababbd3d543b66c072bdba.tar.gz
remove version check
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b7ae06711c7..2c9d7b17ecaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Oct 5 18:34:04 UTC 2015
pkgbase = cutegram-git
pkgdesc = Telegram client by Aseman Land
- pkgver = 2.7.0.stable.r1.g7ce2a17
+ pkgver = 2.7.1.stable.r8.g5645a99
pkgrel = 1
url = http://aseman.co/cutegram
arch = i686
@@ -13,7 +11,7 @@ pkgbase = cutegram-git
depends = qt5-declarative
depends = qt5-multimedia
depends = qt5-quick1
- depends = qt5-webkit>=5.5
+ depends = qt5-webkit
depends = qt5-imageformats
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
@@ -21,6 +19,8 @@ pkgbase = cutegram-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
+ source = asemantools::git+https://github.com/Aseman-Land/aseman-qt-tools.git
+ md5sums = SKIP
md5sums = SKIP
pkgname = cutegram-git
diff --git a/PKGBUILD b/PKGBUILD
index b5723e8818c5..5be6ee030280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
# Contributor in Chakra: totoloco <totoloco@gmx.com>
pkgname=cutegram-git
-pkgver=2.7.0.stable.r19.g7e05390
-pkgrel=2
+pkgver=2.7.1.stable.r8.g5645a99
+pkgrel=1
pkgdesc="Telegram client by Aseman Land"
arch=('i686' 'x86_64')
url="http://aseman.co/cutegram"
license=('GPL')
depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-quick1'
- 'qt5-webkit>=5.5' 'qt5-imageformats' 'qt5-graphicaleffects'
+ 'qt5-webkit' 'qt5-imageformats' 'qt5-graphicaleffects'
'qt5-quickcontrols' 'telegramqml>=0.9')
optdepends=('gst-plugins-good: for audio and notification support'
'gst-plugins-bad: for audio support')