[arch-commits] Commit in grilo-plugins/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 25 12:36:38 UTC 2016


    Date: Sunday, September 25, 2016 @ 12:36:38
  Author: heftig
Revision: 276944

0.3.2+50+gab5596b-1

Modified:
  grilo-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-25 12:33:59 UTC (rev 276943)
+++ PKGBUILD	2016-09-25 12:36:38 UTC (rev 276944)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=grilo-plugins
-pkgver=grilo+plugins+0.3.2+50+gab5596b
+pkgver=0.3.2+50+gab5596b
 pkgrel=1
 pkgdesc="A collection of plugins for the Grilo framework"
 url="https://git.gnome.org/browse/grilo-plugins"
@@ -20,7 +20,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/^grilo-plugins-//;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list