Date: Tuesday, November 2, 2021 @ 23:12:19 Author: heftig Revision: 427020
0.24.1-1 Modified: python-dbusmock/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-02 22:59:17 UTC (rev 427019) +++ PKGBUILD 2021-11-02 23:12:19 UTC (rev 427020) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-dbusmock -pkgver=0.23.1 +pkgver=0.24.1 pkgrel=1 pkgdesc="Mock D-Bus objects for tests" url="https://github.com/martinpitt/python-dbusmock" @@ -9,7 +9,7 @@ license=(LGPL3) depends=(python-dbus python-gobject) makedepends=(python-setuptools git) -_commit=525c1848daeecd67ec36ed230de3ceb06b3e213c # tags/0.23.1^0 +_commit=da3d7ae3011eeb11caf02618789107ed63bf479e # tags/0.24.1^0 source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit") sha256sums=('SKIP')
