summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2022-04-26 20:10:22 -0500
committerKyle Manna2022-04-26 20:10:22 -0500
commit023e0bf2b61fb40957132040eb5e34feb60cf9a2 (patch)
tree0dab34f081756250bc140078457133e5e393cee2 /PKGBUILD
parent35549caf5974eb2b1fe7425666a9d534595a4cb3 (diff)
downloadaur-dropwatch.tar.gz
release: dropwatch v1.5.4
* Follow upstream. * Fix dependencies.
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"