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

Brett Cornwall ainola at gemini.archlinux.org
Sat Feb 5 04:36:33 UTC 2022


    Date: Saturday, February 5, 2022 @ 04:36:32
  Author: ainola
Revision: 1126401

Enable debug

Modified:
  interception-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 04:34:32 UTC (rev 1126400)
+++ PKGBUILD	2022-02-05 04:36:32 UTC (rev 1126401)
@@ -3,7 +3,7 @@
 
 pkgname=interception-tools
 pkgver=0.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
 arch=('x86_64')
 license=('GPL3')
@@ -14,6 +14,7 @@
     'systemd-libs' 'libudev.so'
 )
 makedepends=('cmake' 'systemd' 'boost')
+options=(debug)
 source=(
     "$pkgname-$pkgver.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v$pkgver/tools-v$pkgver.tar.gz"
 )



More information about the arch-commits mailing list