Date: Friday, January 17, 2020 @ 16:53:05 Author: anthraxx Revision: 552864
upgpkg: wireshark 3.2.1-1 Modified: wireshark/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-17 16:42:42 UTC (rev 552863) +++ PKGBUILD 2020-01-17 16:53:05 UTC (rev 552864) @@ -6,7 +6,7 @@ pkgbase=wireshark pkgname=('wireshark-cli' 'wireshark-qt') -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc='Network traffic and protocol analyzer/sniffer' url='https://www.wireshark.org/' @@ -20,7 +20,7 @@ options=('!emptydirs') source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz wireshark.sysusers) -sha512sums=('30d2d6da4f32167518ec045c9e07f952fa6589a4cde18a765dcc375264005ac9146a36faee77bf701e786ff32b9a673f3f03ccf9ba6c9cb51b2cc120bcabbfcf' +sha512sums=('78300f7d597132d54cabe3e51e0f069657d164823852a9f23f1c3c9e6cfdefe5d5ac05c817d06869f4efa4e3cac25ea646cc39d880e5296cf409a8e1a03c2530' '3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990') prepare() { @@ -46,6 +46,7 @@ 'lz4' 'spandsp' 'sbc' 'bcg729') install=wireshark.install conflicts=(wireshark) + provides=(libwireshark.so libwiretap.so libwsutil.so) cd ${pkgbase}-${pkgver} DESTDIR="${pkgdir}" ninja install