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

Antonio Rojas arojas at gemini.archlinux.org
Wed Jan 19 12:13:10 UTC 2022


    Date: Wednesday, January 19, 2022 @ 12:13:10
  Author: arojas
Revision: 434726

Add python-libevdev optdepend (FS#73416)

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 11:03:31 UTC (rev 434725)
+++ PKGBUILD	2022-01-19 12:13:10 UTC (rev 434726)
@@ -2,7 +2,7 @@
 
 pkgname=libwacom
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to identify Wacom tablets and their features"
 arch=('x86_64')
 url="https://github.com/linuxwacom/libwacom/wiki"
@@ -10,6 +10,7 @@
 depends=('glib2' 'systemd' 'libgudev')
 makedepends=('libxml2' 'meson')
 checkdepends=('python-pytest' 'python-libevdev' 'python-pyudev')
+optdepends=('python-libevdev: for libwacom-show-stylus')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF')
 source=(https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha512sums=('5b0dd61cc68161f0e9ecceb18448872d2cff9fe7ae54784520883f63bfa111eec3020feb36b7c3a5c8f1731bb625d27c39318852a47e55b4ea886afcc08607cc'



More information about the arch-commits mailing list