fix at-spi2-core pkgver generation

This commit is contained in:
AlmAck 2017-10-25 20:42:06 +02:00 committed by AlmAck
parent 4b2276a85d
commit 63471a45a0

View File

@ -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() {