summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c86732789f1..e24ec94f164a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel Nagy <danielnagy at gmx de>
pkgname=wireshark-git
-pkgver=2.5.1rc0+530+g5f35b041c2
+pkgver=2.5.1rc0+544+g1ac90d5254
pkgrel=1
pkgdesc="A free network protocol analyzer for Unix/Linux. GIT version"
arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@ depends=(
# wireshark-qt dependencies
'qt5-multimedia'
'qt5-tools'
+ 'qt5-svg' # for SVG icons in the Qt GUI
# wireshark-gtk (deprecated) depedencies
#'portaudio'
# shared between the GUI (for post-installation hook)
@@ -38,9 +39,6 @@ depends=(
# extcap (sshdump, etc.)
'libssh'
)
-optdepends=(
- 'qt5-svg: for SVG icons in the Qt GUI'
-)
# perl-parse-yapp is only needed as build-time dependency if you are actually
# going to regenerate pidl dissectors (unlikely for the majority of users).
makedepends=('cmake' 'git' 'ninja' 'python')