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

Filipe Laíns ffy00 at archlinux.org
Wed Sep 4 13:36:18 UTC 2019


    Date: Wednesday, September 4, 2019 @ 13:36:18
  Author: ffy00
Revision: 508031

add missing optdepends (0.10-2)

Modified:
  libratbag/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-04 13:17:20 UTC (rev 508030)
+++ PKGBUILD	2019-09-04 13:36:18 UTC (rev 508031)
@@ -2,12 +2,13 @@
 
 pkgname=libratbag
 pkgver=0.10
-pkgrel=1
+pkgrel=2
 pkgdesc='A DBus daemon to configure gaming mice'
 arch=('x86_64')
 url='https://github.com/libratbag/libratbag'
 license=('MIT')
 depends=('glib2' 'libevdev' 'libudev.so' 'libunistring' 'json-glib' 'python' 'python-evdev')
+optdepends=('linux: Linux 5.2 is required for Logitech wireless devices')
 makedepends=('meson' 'swig' 'git' 'python-sphinx' 'python-sphinx_rtd_theme')
 checkdepends=('check' 'valgrind' 'python-gobject' 'python-lxml')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")



More information about the arch-commits mailing list