summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Lopes2019-02-13 13:05:59 -0200
committerFrancisco Lopes2019-02-13 13:05:59 -0200
commitf2254cfe0263727a62339756eb74d14364af99d2 (patch)
tree0f91e66e0927e9f91500321c62f9093db2cbf6d3
parenta73f29102bc02c7791f170a0f456fa3ff1e3aedf (diff)
downloadaur-f2254cfe0263727a62339756eb74d14364af99d2.tar.gz
yaml-cpp doesn't need Boost anymore
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a2146acb20b..c122c27cc0c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = interception-tools
pkgdesc = A minimal composable infrastructure on top of libudev and libevdev
pkgver = 0.1.1
- pkgrel = 5
+ pkgrel = 6
url = https://gitlab.com/interception/linux/tools
arch = x86_64
license = GPL3
- makedepends = boost
makedepends = cmake
makedepends = gcc
depends = libevdev
diff --git a/PKGBUILD b/PKGBUILD
index 06b9e790959b..ddd368130381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Francisco Lopes <francisco@oblita.com>
pkgname=interception-tools
pkgver=0.1.1
-pkgrel=5
+pkgrel=6
pkgdesc='A minimal composable infrastructure on top of libudev and libevdev'
arch=('x86_64')
license=('GPL3')
url='https://gitlab.com/interception/linux/tools'
depends=('libevdev' 'yaml-cpp')
-makedepends=('boost' 'cmake' 'gcc')
+makedepends=('cmake' 'gcc')
source=("$pkgname.tar.gz::https://gitlab.com/interception/linux/tools/repository/archive.tar.gz?ref=v${pkgver}"
'udevmon.service')
md5sums=('033f4c3e81e4d7865314ad2873e3d158'