[arch-commits] Commit in kdeplasma-applets-plasma-nm/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Jun 19 09:45:58 UTC 2013


    Date: Wednesday, June 19, 2013 @ 11:45:57
  Author: andrea
Revision: 188745

upgpkg: kdeplasma-applets-plasma-nm 677.f4cf239-1

Proper version

Modified:
  kdeplasma-applets-plasma-nm/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-19 09:43:34 UTC (rev 188744)
+++ PKGBUILD	2013-06-19 09:45:57 UTC (rev 188745)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdeplasma-applets-plasma-nm
-pkgver=f4cf239
+pkgver=677.f4cf239
 pkgrel=1
 pkgdesc='Plasma applet written in QML for managing network connections'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
 pkgver() {
   cd plasma-nm
-  git describe --always | sed 's|-|.|g'
+  echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
 }
 
 prepare() {




More information about the arch-commits mailing list