Date: Sunday, March 27, 2022 @ 14:30:03 Author: freswa Revision: 1177220
upgpkg: solaar 1.1.2-2 Modified: solaar/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-27 13:09:16 UTC (rev 1177219) +++ PKGBUILD 2022-03-27 14:30:03 UTC (rev 1177220) @@ -5,13 +5,13 @@ _name=Solaar pkgname=solaar pkgver=1.1.2 -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' -'python-psutil' 'python-xlib' 'python-yaml') + 'python-psutil' 'python-xlib' 'python-yaml' 'python-evdev') makedepends=('git') source=("git+https://github.com/pwr/${_name}.git#tag=${pkgver}?signed") sha512sums=('SKIP')