diff --git a/cutegram/PKGBUILD b/cutegram/PKGBUILD index b01738a7a..80d6761a9 100644 --- a/cutegram/PKGBUILD +++ b/cutegram/PKGBUILD @@ -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() {