summaryrefslogtreecommitdiffstats
path: root/main/wireshark
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-26 13:34:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-26 13:34:29 +0000
commitcba47f69473832e01f3b3fda8c684579da2d0bc0 (patch)
tree91a2f0c54fe962a70f4f1431ba1c39463b4b5537 /main/wireshark
parentd6037a73c59b53cc05b01e7efe3159cbb1b01dde (diff)
downloadaports-cba47f69473832e01f3b3fda8c684579da2d0bc0.tar.bz2
aports-cba47f69473832e01f3b3fda8c684579da2d0bc0.tar.xz
main/wireshark: remove bash dependency
Diffstat (limited to 'main/wireshark')
-rw-r--r--main/wireshark/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD
index 65e06ee0a..13298ddcb 100644
--- a/main/wireshark/APKBUILD
+++ b/main/wireshark/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
pkgver=1.12.1
-pkgrel=0
+pkgrel=1
pkgdesc="A network protocol analyzer - GTK version"
url="http://www.wireshark.org"
arch="all"
license="GPL2+"
-depends="bash"
+depends=""
makedepends="bison flex perl glib glib-dev pkgconfig libpcap-dev libcap-dev
gtk+3.0-dev c-ares-dev pcre-dev gnutls-dev libgcrypt-dev openssl-dev
libnl3-dev qt5-qtbase-dev"