[arch-commits] Commit in python-mpris2/trunk (PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Tue Mar 22 00:34:13 UTC 2022


    Date: Tuesday, March 22, 2022 @ 00:34:13
  Author: diabonas
Revision: 1169521

python-mpris2: use canonical package name of dbus-python

While the package provides python-dbus, the pkgbase is called dbus-python.

Modified:
  python-mpris2/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 00:32:23 UTC (rev 1169520)
+++ PKGBUILD	2022-03-22 00:34:13 UTC (rev 1169521)
@@ -7,7 +7,7 @@
 arch=('any')
 url='https://github.com/hugosenari/mpris2'
 license=('GPL')
-depends=('python' 'python-dbus')
+depends=('dbus-python' 'python')
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 checkdepends=('python-pytest')
 source=("git+$url.git#commit=$_commit")



More information about the arch-commits mailing list