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

David Runge dvzrv at archlinux.org
Sun Feb 28 14:28:54 UTC 2021


    Date: Sunday, February 28, 2021 @ 14:28:54
  Author: dvzrv
Revision: 875889

upgpkg: solaar 1.0.5-2: Rebuild to add missing dependencies.

python-psutil, alongside python-xlib and python-yaml are required:
https://bugs.archlinux.org/task/69824

Modified:
  solaar/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-28 14:01:12 UTC (rev 875888)
+++ PKGBUILD	2021-02-28 14:28:54 UTC (rev 875889)
@@ -5,12 +5,13 @@
 _name=Solaar
 pkgname=solaar
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux device manager for a wide range of Logitech devices"
 url="https://pwr-solaar.github.io/Solaar/"
 license=('GPL2')
 arch=('any')
-depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev')
+depends=('gtk3' 'libnotify' 'python-dbus' 'python-gobject' 'python-pyudev'
+'python-psutil' 'python-xlib' 'python-yaml')
 makedepends=('git')
 source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed")
 sha512sums=('SKIP')



More information about the arch-commits mailing list