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

Brett Cornwall ainola at gemini.archlinux.org
Sun Aug 7 14:35:29 UTC 2022


    Date: Sunday, August 7, 2022 @ 14:35:28
  Author: ainola
Revision: 1260549

Add conflict with package "bear"

Bear also provides /usr/bin/intercept

Modified:
  interception-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-07 13:11:38 UTC (rev 1260548)
+++ PKGBUILD	2022-08-07 14:35:28 UTC (rev 1260549)
@@ -3,7 +3,7 @@
 
 pkgname=interception-tools
 pkgver=0.6.8
-pkgrel=4
+pkgrel=5
 pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
 arch=('x86_64')
 license=('GPL3')
@@ -13,6 +13,7 @@
     'yaml-cpp' 'libyaml-cpp.so'
     'systemd-libs' 'libudev.so'
 )
+conflicts=('bear')  # Also has a /usr/bin/intercept
 makedepends=('cmake' 'systemd' 'boost')
 options=(debug)
 source=(



More information about the arch-commits mailing list