summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d30472ae5005..275a8e160106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,18 @@
# Maintainer: Kyle Manna <kyle [at] kylemanna [dot] com>
pkgname=dropwatch
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
pkgdesc='Project to detect packet drops in Linux kernel'
arch=('x86_64')
url='https://github.com/nhorman/dropwatch'
license=('GPL2')
source=("https://github.com/nhorman/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b748b66a816c1f94531446c0451da5461a4a31b0949244bb867d741c6ac0148b')
+sha256sums=('8c43d0c15d0cb9ce179fa1fb0610611723689a6f551b23c70a7ddc1cf068e8d2')
+depends=(
+ 'libpcap'
+ 'libnl'
+)
prepare() {
cd "$srcdir/$_pkgname"