From aef18b0cb5a02376db5466e9dd71cefed9a84072 Mon Sep 17 00:00:00 2001
From: Enno Boland <eb@s01.de>
Date: Sun, 18 Jan 2015 12:05:29 +0100
Subject: [PATCH] wireshark: switch to qt5.

---
 srcpkgs/wireshark/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 7f4778fdc06..bc26868ecdb 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,7 +1,7 @@
 # Template file for 'wireshark'
 pkgname=wireshark
 version=1.12.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
  --with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
@@ -20,7 +20,7 @@ system_groups="wireshark"
 subpackages="libwireshark libwireshark-devel wireshark-gtk"
 
 if [ -z "$CROSS_BUILD" ]; then
-	makedepends+=" qt-devel"
+	makedepends+=" qt5-devel"
 	configure_args+=" --with-qt=yes"
 	subpackages+=" wireshark-qt"
 else