summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Paetzelt2018-11-16 11:46:27 +0100
committerAlexander Paetzelt2018-11-16 11:47:20 +0100
commit797c0a7ae529c576a0482263a281862b295e45cc (patch)
tree94852b54a508724f92b52de4ad56e01f5d847122
parentab4bcdaba32609361e706023b0e19480709de519 (diff)
downloadaur-797c0a7ae529c576a0482263a281862b295e45cc.tar.gz
Adding lm_sensors and removing protobug as deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 096696a9284a..48a9fd0f4f1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = kismet-git
depends = libnm
depends = libpcap
depends = pkg-config
- depends = protobuf
depends = protobuf-c
+ depends = lm_sensors
optdepends = hackrf: use with HackRF compatible software defined radio (SDR)
conflicts = kismet
backup = etc/kismet/kismet.conf
diff --git a/PKGBUILD b/PKGBUILD
index 28219669e692..8189e7939e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Current development version based on git repo, many crucial changes sin
arch=('x86_64')
url="https://www.kismetwireless.net/"
license=('GPL')
-depends=('libelf' 'libmicrohttpd' 'libnm' 'libpcap' 'pkg-config' 'protobuf' 'protobuf-c')
+depends=('libelf' 'libmicrohttpd' 'libnm' 'libpcap' 'pkg-config' 'protobuf-c' 'lm_sensors')
optdepends=('hackrf: use with HackRF compatible software defined radio (SDR)')
conflicts=('kismet')
backup=('etc/kismet/kismet.conf' 'etc/kismet/kismet_alerts.conf' 'etc/kismet/kismet_httpd.conf' 'etc/kismet/kismet_logging.conf' 'etc/kismet/kismet_memory.conf' 'etc/kismet/kismet_storage.conf')