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

Anatol Pomozov anatolik at archlinux.org
Thu May 7 16:58:29 UTC 2015


    Date: Thursday, May 7, 2015 @ 18:58:29
  Author: anatolik
Revision: 132884

Lua 5.3 rebuild

As wireshark depends on lua-bitops that is not available for lua 5.3 we have
to keep using lua 5.2.

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-07 16:57:10 UTC (rev 132883)
+++ PKGBUILD	2015-05-07 16:58:29 UTC (rev 132884)
@@ -5,11 +5,11 @@
 pkgname=('wireshark-cli' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
 pkgver=1.12.4
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('qt4' 'gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
-             'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
+             'lua52' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
 url='http://www.wireshark.org/'
 source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
         configure-pixmap-fix.diff)
@@ -41,7 +41,7 @@
 
 package_wireshark-cli() {
   pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version'
-  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua')
+  depends=('krb5' 'libgcrypt' 'libcap' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua52')
   install=wireshark.install
   conflicts=(wireshark)
 



More information about the arch-commits mailing list