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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 14:10:11 UTC 2022


    Date: Saturday, April 2, 2022 @ 14:10:10
  Author: heftig
Revision: 441259

0.27.3-1

Modified:
  python-dbusmock/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 14:10:06 UTC (rev 441258)
+++ PKGBUILD	2022-04-02 14:10:10 UTC (rev 441259)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=python-dbusmock
-pkgver=0.25.0
+pkgver=0.27.3
 pkgrel=1
 pkgdesc="Mock D-Bus objects for tests"
 url="https://github.com/martinpitt/python-dbusmock"
@@ -9,13 +9,13 @@
 license=(LGPL3)
 depends=(python-dbus python-gobject)
 makedepends=(python-setuptools git)
-_commit=44fb7a75e8c23fd319eabd6bee0dabc41f7c8b6e  # tags/0.25.0^0
+_commit=35785d2204962fe450cc0fee8cb32d62e63993c1  # tags/0.27.3^0
 source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list