summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-01-06 22:07:50 +0100
committerM0Rf302017-01-06 22:07:50 +0100
commitb326c1b6b2323229ac9c865b3bf9bf0ad009a8ed (patch)
tree370dcba80e2fa9b795a0768b929c8962d65cf6d2
parentfa58432d844bf9ae2f4f53860a8aeeded80c260a (diff)
downloadaur-b326c1b6b2323229ac9c865b3bf9bf0ad009a8ed.tar.gz
fixed opt deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abe43d11ce2..802c9fff9b71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jul 7 15:49:28 UTC 2016
+# Fri Jan 6 21:07:42 UTC 2017
pkgbase = ostinato
pkgdesc = Cross-platform network packet/traffic generator and analyzer
pkgver = 0.8
@@ -11,10 +11,9 @@ pkgbase = ostinato
depends = protobuf
depends = qt4
depends = libpcap
- optdepends = wireshark
- optdepends = tshark
+ optdepends = wireshark-cli
optdepends = gzip
- optdepends = diff
+ optdepends = diffutils
optdepends = awk
source = http://dl.bintray.com/pstavirs/ostinato/ostinato-src-0.8.tar.gz
md5sums = 8333c849044f5edad1190831d748110f
diff --git a/PKGBUILD b/PKGBUILD
index 0cf84522dd52..7c881e08546d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Cross-platform network packet/traffic generator and analyzer"
source=("http://dl.bintray.com/pstavirs/ostinato/ostinato-src-$pkgver.tar.gz")
arch=('i686' 'x86_64')
depends=('protobuf' 'qt4' 'libpcap')
-optdepends=('wireshark' 'tshark' 'gzip' 'diff' 'awk')
+optdepends=('wireshark-cli' 'gzip' 'diffutils' 'awk')
license=(GPL)
build(){