Date: Friday, January 7, 2022 @ 17:29:40 Author: heftig Revision: 433793
0.25.0-1 Modified: python-dbusmock/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-07 17:27:29 UTC (rev 433792) +++ PKGBUILD 2022-01-07 17:29:40 UTC (rev 433793) @@ -1,8 +1,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-dbusmock -pkgver=0.24.1 -pkgrel=2 +pkgver=0.25.0 +pkgrel=1 pkgdesc="Mock D-Bus objects for tests" url="https://github.com/martinpitt/python-dbusmock" arch=(any) @@ -9,7 +9,7 @@ license=(LGPL3) depends=(python-dbus python-gobject) makedepends=(python-setuptools git) -_commit=da3d7ae3011eeb11caf02618789107ed63bf479e # tags/0.24.1^0 +_commit=44fb7a75e8c23fd319eabd6bee0dabc41f7c8b6e # tags/0.25.0^0 source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit") sha256sums=('SKIP')
