summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 548516b07403..fb096451f808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = dropwatch
pkgdesc = Project to detect packet drops in Linux kernel
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://github.com/nhorman/dropwatch
arch = x86_64
license = GPL2
- source = https://github.com/nhorman/dropwatch/archive/v1.5.3.tar.gz
- sha256sums = b748b66a816c1f94531446c0451da5461a4a31b0949244bb867d741c6ac0148b
+ source = https://github.com/nhorman/dropwatch/archive/v1.5.4.tar.gz
+ sha256sums = 8c43d0c15d0cb9ce179fa1fb0610611723689a6f551b23c70a7ddc1cf068e8d2
pkgname = dropwatch
-
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"