diff --git a/.SRCINFO b/.SRCINFO index 87da87a..15467e5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = libplatform-git pkgdesc = Platform support library used by libCEC and binary add-ons for Kodi - pkgver = 1.0.9 + pkgver = 1.0.10.r4.g278828a pkgrel = 1 url = https://github.com/Pulse-Eight/platform arch = i686 diff --git a/PKGBUILD b/PKGBUILD index 53090e7..bd5b238 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Cedric Girard pkgname=libplatform-git -pkgver=1.0.9 +pkgver=1.0.10.r4.g278828a pkgrel=1 pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ md5sums=('SKIP') pkgver() { cd "$srcdir"/libplatform - git describe --tags + git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } build() {