[arch-commits] Commit in wireshark/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Oct 12 18:10:09 UTC 2018


    Date: Friday, October 12, 2018 @ 18:10:09
  Author: anthraxx
Revision: 393264

upgpkg: wireshark 2.6.4-2 (fix pkgdesc)

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 18:10:06 UTC (rev 393263)
+++ PKGBUILD	2018-10-12 18:10:09 UTC (rev 393264)
@@ -6,7 +6,7 @@
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgver=2.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
 arch=('x86_64')
@@ -17,9 +17,9 @@
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
         wireshark.sysusers
         do_not_use_svn_version.patch)
-sha256sums=('a06b007e6343f148b8b93443b2fcfc9bb3204311cd268565d54d1b71660bc861'
-            'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
-            '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
+sha512sums=('bc740548901b30f2e44c2b0933717288615fa38edc5e092607a8b12c60ecfacaa5aa7c59d7644cf29238d0d636fbe03d85559a0f2de81a3bf8ceac55fcf9ff07'
+            '3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990'
+            '847eac73c789b02f57f0ec378d086aea5a103cf0c6525c227d168ad67db08703686d4df37ed2ac95f47125cfcd5cafd472e2988f7f743428b291dc2aebe0f435')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
@@ -46,7 +46,7 @@
 }
 
 package_wireshark-cli() {
-  pkgdesc=+' - CLI version'
+  pkgdesc+=' - CLI version'
   depends=('c-ares' 'libmaxminddb' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
   install=wireshark.install
   conflicts=(wireshark)
@@ -70,7 +70,7 @@
 }
 
 package_wireshark-common() {
-  pkgdesc+=' - Common files'
+  pkgdesc+=' - common files'
   depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
 
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list