Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / interception-tools
Commits: 577b7111 by Brett Cornwall at 2024-07-03T18:34:58-07:00 upgpkg: 0.6.8-8: Rebuild for .SRCINFO inclusion - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = interception-tools + pkgdesc = A minimal composable infrastructure on top of libudev and libevdev + pkgver = 0.6.8 + pkgrel = 8 + url = https://gitlab.com/interception/linux/tools + arch = x86_64 + license = GPL3 + makedepends = cmake + makedepends = systemd + makedepends = boost + depends = libevdev + depends = libevdev.so + depends = yaml-cpp + depends = libyaml-cpp.so + depends = systemd-libs + depends = libudev.so + source = interception-tools-0.6.8.tar.gz::https://gitlab.com/interception/linux/tools/-/archive/v0.6.8/tools-v0.6.8.tar.gz + sha256sums = 84ced1c10bef7f00660704685c651c4241096cc9848c31f5a04f166e1450949d + +pkgname = interception-tools ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=interception-tools pkgver=0.6.8 -pkgrel=7 +pkgrel=8 pkgdesc='A minimal composable infrastructure on top of libudev and libevdev' arch=('x86_64') license=('GPL3') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/interception-tools/-/commit/577b7111b44d89ae3530df7416b70f7adef96c4e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/interception-tools/-/commit/577b7111b44d89ae3530df7416b70f7adef96c4e You're receiving this email because of your account on gitlab.archlinux.org.
