cutegram: updated

This commit is contained in:
Chaoting Liu 2017-11-08 13:06:34 +00:00
parent a20f63a24f
commit 9e61b4a6a2

View File

@ -1,7 +1,7 @@
pkgname=cutegram
_pkgname=Cutegram
pkgver=2.9.5.de.37.g8439c2e
pkgrel=5
pkgver=2.9.5+de+49+ge4898120
pkgrel=1
pkgdesc="A different telegram client from Aseman team"
arch=('x86_64')
url="http://aseman.co/en/products/cutegram/"
@ -9,14 +9,14 @@ license=('GPL')
depends=('libqtelegram-ae' 'telegramqml' 'aseman-qt-tools' 'qt5-declarative')
optdepends=('gst-plugins-good: for audio and notification support'
'gst-plugins-bad: for audio support')
source=("${pkgname}::git+https://github.com/Aseman-Land/Cutegram.git#commit=8439c2e7c9f43c76f35dbb7a23e1ebc4ed596a6f"
source=("${pkgname}::git+https://github.com/Aseman-Land/Cutegram.git#commit=e489812"
'0001-remove-error-dialog.patch')
sha1sums=('SKIP'
'3dc80cb6e95ba413871fa53b1240fc900d2b0b32')
pkgver() {
cd ${srcdir}/${pkgname}
git describe --long | sed 's/\([^-]*-g\)/\1/;s/-/./g' | sed 's/.stable//g' | sed 's/v//g'
git describe --long | sed 's/\([^-]*-g\)/\1/;s/-/+/g' | sed 's/.stable//g' | sed 's/v//g'
}
prepare() {