summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a45513e9bdc6..dd28567cee70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-tools
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
arch=('i686' 'x86_64')
license=('GPL3')
url='https://gitlab.com/interception/linux/tools'
-depends=('yaml-cpp' 'libevdev')
-makedepends=('cmake' 'gcc')
+depends=('libevdev' 'yaml-cpp')
+makedepends=('boost' 'cmake' 'gcc')
source=("https://gitlab.com/interception/linux/tools/repository/archive.tar.gz?ref=v${pkgver}"
'udevmon.service')
md5sums=('033f4c3e81e4d7865314ad2873e3d158'