summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-03-29 11:19:26 +0200
committerCedric Girard2016-03-29 11:19:26 +0200
commit15bf2a462ff69c0b885cb0d2c8a6ce44e077e05f (patch)
tree8841d9c3264057ab58c6a30a98623dc17e9befd6
parenta50277e3f6e3eaefe6d1c64d04b1fadc9decae5f (diff)
downloadaur-15bf2a462ff69c0b885cb0d2c8a6ce44e077e05f.tar.gz
new tag schema in upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15467e541ec1..08e6fc3a3273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bd5b238c9976..b8505bf295bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {