aboutsummaryrefslogtreecommitdiffstats
path: root/community/wireshark/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-11-12 13:24:12 +0100
committerTimo Teräs <timo.teras@iki.fi>2018-11-13 07:19:21 +0000
commitcfa1b587525f810c36869f6bb3ddb641ae555c89 (patch)
tree978311d036457984f57caa6448ed816fa87aacf3 /community/wireshark/APKBUILD
parentf4a67e14a227861357140965c8a882f86def827a (diff)
community/wireshark: remove libressl dependency
Diffstat (limited to 'community/wireshark/APKBUILD')
-rw-r--r--community/wireshark/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD
index 9130a0b22ef..03c7b8afad5 100644
--- a/community/wireshark/APKBUILD
+++ b/community/wireshark/APKBUILD
@@ -4,17 +4,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
pkgver=2.6.4
-pkgrel=0
+pkgrel=1
pkgdesc="A network protocol analyzer - GTK version"
-url="http://www.wireshark.org"
+url="https://www.wireshark.org"
arch="all"
license="GPL-2.0-or-later"
depends=""
makedepends="bison flex perl-dev glib glib-dev libpcap-dev libcap-dev
- gtk+3.0-dev c-ares-dev pcre-dev gnutls-dev libgcrypt-dev libressl-dev
+ gtk+3.0-dev c-ares-dev pcre-dev gnutls-dev libgcrypt-dev
libnl3-dev qt5-qtbase-dev qt5-qttools-dev lua5.2-dev bash portaudio-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-gtk $pkgname-common tshark"
-source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
+source="https://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz
fix-udpdump.patch
"
builddir="$srcdir"/$pkgname-$pkgver