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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Nov 28 10:58:21 UTC 2013


    Date: Thursday, November 28, 2013 @ 11:58:21
  Author: andrea
Revision: 200407

upgpkg: bluedevil 2.0.git1354.df662c3-1

Upstream fixes

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-28 09:51:22 UTC (rev 200406)
+++ PKGBUILD	2013-11-28 10:58:21 UTC (rev 200407)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=bluedevil
-pkgver=2.0.gitdfbf95b
+pkgver=2.0.git1354.df662c3
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
 pkgver() {
   cd ${pkgname}
-  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+  printf "2.0.git%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 }
 
 prepare() {




More information about the arch-commits mailing list