Date: Friday, July 23, 2021 @ 19:47:43 Author: heftig Revision: 420367
0.23.1-1 Modified: python-dbusmock/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-23 19:36:10 UTC (rev 420366) +++ PKGBUILD 2021-07-23 19:47:43 UTC (rev 420367) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-dbusmock -pkgver=0.23.0 +pkgver=0.23.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=2e96879a91e98cd36c68f15702312120b2e983f3 # tags/0.23.0^0 +_commit=525c1848daeecd67ec36ed230de3ceb06b3e213c # tags/0.23.1^0 source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit") sha256sums=('SKIP')
