Date: Wednesday, July 6, 2022 @ 21:50:26 Author: heftig Revision: 449951
0.28.1-1 Modified: python-dbusmock/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-06 21:17:47 UTC (rev 449950) +++ PKGBUILD 2022-07-06 21:50:26 UTC (rev 449951) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-dbusmock -pkgver=0.27.5 +pkgver=0.28.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=eab65d47b6eb8e197a9d2229c2ee5e1651629b04 # tags/0.27.5^0 +_commit=5a5766621e6677c9b4b81513fc3a37cad4c9414d # tags/0.28.1^0 source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit") sha256sums=('SKIP')
