diff options
author | Cedric Girard | 2016-03-29 11:19:26 +0200 |
---|---|---|
committer | Cedric Girard | 2016-03-29 11:19:26 +0200 |
commit | 15bf2a462ff69c0b885cb0d2c8a6ce44e077e05f (patch) | |
tree | 8841d9c3264057ab58c6a30a98623dc17e9befd6 | |
parent | a50277e3f6e3eaefe6d1c64d04b1fadc9decae5f (diff) | |
download | aur-15bf2a462ff69c0b885cb0d2c8a6ce44e077e05f.tar.gz |
new tag schema in upstream
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Tue Mar 29 09:19:17 UTC 2016 pkgbase = libplatform-git pkgdesc = Platform support library used by libCEC and binary add-ons for Kodi - pkgver = 1.0.10.r4.g278828a + pkgver = 2.0.1.r2.g041a8c6 pkgrel = 1 url = https://github.com/Pulse-Eight/platform arch = i686 @@ -1,7 +1,7 @@ # Maintainer: Cedric Girard <girard.cedric@gmail.com> pkgname=libplatform-git -pkgver=1.0.10.r4.g278828a +pkgver=2.0.1.r2.g041a8c6 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 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' + git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/p8\.platform\.//' } build() { |