summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2017-08-25 14:53:55 -0300
committerFrancisco Lopes2017-08-25 14:53:55 -0300
commitd143ce3ef562287dd497cc5f684e4fd51027ac1d (patch)
treeb428548d19f4740dd522f478e8d43b3b66caf3b6
parent66723f960e6f2b68ecb52c0cc17dd873fa7352de (diff)
downloadaur-d143ce3ef562287dd497cc5f684e4fd51027ac1d.tar.gz
Add missing yaml-cpp's make dependency on boost
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f452a17636..fa031bc51389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = interception-tools
pkgdesc = A minimal composable infrastructure on top of libudev and libevdev
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/interception/linux/tools
arch = i686
arch = x86_64
license = GPL3
+ makedepends = boost
makedepends = cmake
makedepends = gcc
- depends = yaml-cpp
depends = libevdev
+ depends = yaml-cpp
source = https://gitlab.com/interception/linux/tools/repository/archive.tar.gz?ref=v0.1.1
source = udevmon.service
md5sums = 033f4c3e81e4d7865314ad2873e3d158
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'