summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2015-10-06 20:29:39 +0900
committerJiachen Yang2015-10-06 20:29:39 +0900
commit8f9d81173dbe131f4d451c12f303743730357c80 (patch)
tree1541d6d26ca0e95a0144bb6b0d04d08108319546
parent53fe67b361551824539db59169fc4b6d5bbcefb3 (diff)
downloadaur-8f9d81173dbe131f4d451c12f303743730357c80.tar.gz
update to 2.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 145dbc381a79..417c9b2e2d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cutegram
pkgdesc = A different telegram client from Aseman team
- pkgver = 2.5.0
- pkgrel = 2
+ pkgver = 2.7.0
+ pkgrel = 1
url = http://aseman.co/en/products/cutegram/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = cutegram
depends = qt5-imageformats
depends = qt5-webkit>=5.5
depends = telegramqml
- depends = libqtelegram-ae>=2:5.0
+ depends = libqtelegram-ae>=2:6.0
optdepends = gst-plugins-bad: audio support
optdepends = gst-plugins-good: audio and notification sound
provides = cutegram
@@ -18,8 +18,8 @@ pkgbase = cutegram
conflicts = sigram
conflicts = cutegram
replaces = cutegram-cn
- source = https://github.com/Aseman-Land/Cutegram/archive/v2.5.0-stable.tar.gz
- sha256sums = c92d7dc1f03e50ec7245c5f16e34e1780af9a171eeba7f91763bd92d45a7da4a
+ source = https://github.com/Aseman-Land/Cutegram/archive/v2.7.0-stable.tar.gz
+ sha256sums = 67cfbcd66f6a42f6238f5404d224c2ba53b2f92bac0bece2290da8b6111d88f3
pkgname = cutegram
diff --git a/PKGBUILD b/PKGBUILD
index 951d02eab7c1..043231664962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=cutegram
_pkgname=Cutegram
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
pkgdesc="A different telegram client from Aseman team"
arch=('i686' 'x86_64')
url="http://aseman.co/en/products/cutegram/"
license=('GPL')
-depends=('qt5-imageformats' 'qt5-webkit>=5.5' 'telegramqml' 'libqtelegram-ae>=2:5.0')
+depends=('qt5-imageformats' 'qt5-webkit>=5.5' 'telegramqml' 'libqtelegram-ae>=2:6.0')
optdepends=('gst-plugins-bad: audio support'
'gst-plugins-good: audio and notification sound')
conflicts=('cutegram-git' 'sigram-git' 'sigram' 'cutegram')
@@ -22,7 +22,7 @@ replaces=('cutegram-cn')
source=("https://github.com/Aseman-Land/Cutegram/archive/v$pkgver-stable.tar.gz")
-sha256sums=('c92d7dc1f03e50ec7245c5f16e34e1780af9a171eeba7f91763bd92d45a7da4a')
+sha256sums=('67cfbcd66f6a42f6238f5404d224c2ba53b2f92bac0bece2290da8b6111d88f3')
prepare() {
cd "${srcdir}/${_pkgname}-$pkgver-stable"