mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:07:15 +08:00
fix at-spi2-core pkgver generation
This commit is contained in:
parent
4b2276a85d
commit
63471a45a0
@ -1,6 +1,5 @@
|
||||
|
||||
pkgname=at-spi2-core
|
||||
pkgver=AT.SPI2.CORE.2.26.0
|
||||
pkgver=2.26.0
|
||||
pkgrel=1
|
||||
pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
|
||||
arch=('x86_64')
|
||||
@ -17,7 +16,7 @@ sha256sums=('SKIP'
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git describe --tags | sed 's/^AT_SPI2_ATK_//;s/_/./g;s/-/+/g'
|
||||
git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
Loading…
Reference in New Issue
Block a user