summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Wu2018-03-08 20:59:13 +0100
committerPeter Wu2018-03-09 14:02:36 +0100
commit09e9cbc11727cd53a538b077f556e7a7f9b6c524 (patch)
tree334d330cde8c94284bbe9af0d26a49b49510f6fc /PKGBUILD
parentb37282e4a6ff3e942c18421ddc35c66d63ec5dc5 (diff)
downloadaur-09e9cbc11727cd53a538b077f556e7a7f9b6c524.tar.gz
Use libmaxminddb, drop bcg729
Legacy geoip has been replaced by the newer GeoIP2 format since v2.5.1rc0-466-ga1da75c554. Make bcg729 optional since it is in AUR.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 356de0b6972a..5c86732789f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel Nagy <danielnagy at gmx de>
pkgname=wireshark-git
-pkgver=2.5.0rc0+1603+g0c1ea1cee1
+pkgver=2.5.1rc0+530+g5f35b041c2
pkgrel=1
pkgdesc="A free network protocol analyzer for Unix/Linux. GIT version"
arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@ url="https://www.wireshark.org/"
license=('GPL2')
depends=(
'c-ares'
- 'geoip'
'glib2'
'libcap'
'libpcap'
'lua52'
+ 'libmaxminddb'
# wireshark-qt dependencies
'qt5-multimedia'
@@ -33,7 +33,7 @@ depends=(
'sbc' # Bluetooth audio codec in RTP player
'snappy' 'lz4' # for cql dissector
'spandsp' # for G.722/G.726 codec support in RTP player
- 'bcg729' # for G.729 codec support in RTP player
+ #'bcg729' # for G.729 codec support in RTP player
# extcap (sshdump, etc.)
'libssh'