Date: Tuesday, October 25, 2022 @ 16:25:58 Author: heftig Revision: 458920
0.28.6-1 Modified: python-dbusmock/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 16:16:27 UTC (rev 458919) +++ PKGBUILD 2022-10-25 16:25:58 UTC (rev 458920) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=python-dbusmock -pkgver=0.28.4 +pkgver=0.28.6 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=b46214e03bb57dc7be8604d137b25b40d7482259 # tags/0.28.4^0 +_commit=276f54de0f653e8a37b0d0392450df3f57b0a746 # tags/0.28.6^0 source=("git+https://github.com/martinpitt/python-dbusmock#commit=$_commit") sha256sums=('SKIP') @@ -27,3 +27,5 @@ cd $pkgname python setup.py install --root="$pkgdir" --optimize=1 --skip-build } + +# vim:set sw=2 sts=-1 et:
