Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
wireshark
Commits:
9e1766f1 by Gabriel Sakash at 2026-01-02T00:43:12+01:00
Include xxhash and libnghttp3 in makedepends and depends for wireshark-cli
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -25,6 +25,7 @@ pkgbase = wireshark
makedepends = libgcrypt
makedepends = libmaxminddb
makedepends = libnghttp2
+ makedepends = libnghttp3
makedepends = libnl
makedepends = libpcap
makedepends = libssh
@@ -44,6 +45,7 @@ pkgbase = wireshark
makedepends = snappy
makedepends = spandsp
makedepends = speexdsp
+ makedepends = xxhash
makedepends = zlib-ng
makedepends = zstd
options = !emptydirs
@@ -73,6 +75,7 @@ pkgname = wireshark-cli
depends = libkrb5.so
depends = libmaxminddb
depends = libnghttp2
+ depends = libnghttp3
depends = libpcap
depends = libpcap.so
depends = libssh
@@ -85,6 +88,7 @@ pkgname = wireshark-cli
depends = snappy
depends = spandsp
depends = speexdsp
+ depends = xxhash
depends = zlib-ng
depends = zstd
provides = libwireshark.so
=====================================
PKGBUILD
=====================================
@@ -32,6 +32,7 @@ makedepends=(
libgcrypt
libmaxminddb
libnghttp2
+ libnghttp3
libnl
libpcap
libssh
@@ -51,6 +52,7 @@ makedepends=(
snappy
spandsp
speexdsp
+ xxhash
zlib-ng
zstd
)
@@ -107,6 +109,7 @@ package_wireshark-cli() {
libkrb5.so
'libmaxminddb'
'libnghttp2'
+ 'libnghttp3'
'libpcap'
libpcap.so
'libssh'
@@ -119,6 +122,7 @@ package_wireshark-cli() {
'snappy'
'spandsp'
'speexdsp'
+ 'xxhash'
'zlib-ng'
'zstd'
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/9e1766f135e1a2c63a35c2221145a91ebe52726a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/9e1766f135e1a2c63a35c2221145a91ebe52726a
You're receiving this email because of your account on gitlab.archlinux.org.