summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Wu2023-10-16 19:11:15 +0200
committerPeter Wu2023-10-16 19:11:15 +0200
commit1c1561305f1e4f82e7cabd74ab6a57ef6db991aa (patch)
tree42998c14fafbc371a5af65a7ebb80130a0101ad8 /PKGBUILD
parent464321dfb0bf88021d59fb37e7c1808644cdb1f2 (diff)
downloadaur-wireshark-git.tar.gz
Update provides/conflicts/replaces based on extra/wireshark package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ad68a091cc3..9247d72c6be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel Nagy <danielnagy at gmx de>
pkgname=wireshark-git
-pkgver=4.3.0rc0+220+g19fd8b7e81
+pkgver=4.3.0rc0+222+gadb4f1d91b
pkgrel=1
pkgdesc="A free network protocol analyzer for Unix/Linux. GIT version"
arch=('i686' 'x86_64')
@@ -48,9 +48,9 @@ depends=(
# perl-parse-yapp is only needed as build-time dependency if you are actually
# going to regenerate pidl dissectors (unlikely for the majority of users).
makedepends=('cmake' 'git' 'ninja' 'python')
-provides=('wireshark' 'wireshark-cli')
-conflicts=('wireshark-common' 'wireshark-gtk' 'wireshark-qt' 'wireshark-cli')
-replaces=('ethereal')
+provides=('wireshark-cli' 'wireshark-qt' 'libwireshark.so' 'libwiretap.so' 'libwsutil.so')
+conflicts=('wireshark' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt' 'wireshark-cli')
+replaces=('wireshark' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt' 'wireshark-cli')
install=$pkgname.install
# Mirror: "git+https://github.com/wireshark/wireshark"
source=("git+https://gitlab.com/wireshark/wireshark.git"