[arch-commits] Commit in cutegram/trunk (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Tue Jan 12 12:41:20 UTC 2016
Date: Tuesday, January 12, 2016 @ 13:41:19
Author: farseerfc
Revision: 156149
updpkg: cutegram 2.7.1
Modified:
cutegram/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-12 12:37:50 UTC (rev 156148)
+++ PKGBUILD 2016-01-12 12:41:19 UTC (rev 156149)
@@ -7,25 +7,29 @@
pkgname=cutegram
_pkgname=Cutegram
-pkgver=2.7.0
-pkgrel=6
+pkgver=2.7.1
+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>=0.9' 'libqtelegram-ae>=3:6.0')
+depends=('qt5-imageformats' 'qt5-webkit>=5.5' 'telegramqml>=0.9.1' 'libqtelegram-ae>=3:6.1')
optdepends=('gst-plugins-bad: audio support'
'gst-plugins-good: audio and notification sound')
+makedepends=('git')
conflicts=('cutegram-git' 'sigram-git' 'sigram' 'cutegram')
provides=('cutegram')
replaces=('cutegram-cn')
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Aseman-Land/Cutegram/archive/v${pkgver}-stable.tar.gz")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Aseman-Land/Cutegram/archive/v${pkgver}-stable.tar.gz"
+ "asemantools"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=91bf14b790c749bcaaddb09a8124ef6415a93906")
-sha256sums=('5ff195269f2492c625cca4b8eca6134c938e2b5a759019074e486335046c02d9')
+sha256sums=('f1cfc6bd3a1d33c2348f23ea43d923419b33576059791a071f2780db11059cf4'
+ 'SKIP')
prepare() {
cd "${srcdir}/${_pkgname}-$pkgver-stable"
+ git clone $srcdir/asemantools Cutegram/asemantools
mkdir -p build
}
More information about the arch-commits
mailing list