aseman-qt-tools: update pkgver

This commit is contained in:
Chaoting Liu 2017-11-14 11:46:06 +00:00
parent 744070bb2f
commit 53fa7c2c2c

View File

@ -1,5 +1,5 @@
pkgname=aseman-qt-tools pkgname=aseman-qt-tools
pkgver=1.0.0.82.gbce4cc2 pkgver=1.0.0+93+g1836dbd
pkgrel=1 pkgrel=1
pkgdesc="the shared tools and functions used in the aseman's projects" pkgdesc="the shared tools and functions used in the aseman's projects"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
@ -12,7 +12,7 @@ sha256sums=('SKIP')
pkgver() { pkgver() {
cd ${pkgname} cd ${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() { prepare() {