mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
aseman-qt-tools: update pkgver
This commit is contained in:
parent
744070bb2f
commit
53fa7c2c2c
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user