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

Guillaume Alaux guillaume at nymeria.archlinux.org
Sat Jun 29 09:27:42 UTC 2013


    Date: Saturday, June 29, 2013 @ 11:27:42
  Author: guillaume
Revision: 189195

Fixed FS#35839 by adding header ws_symbol_export.h

Modified:
  wireshark/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-29 06:03:44 UTC (rev 189194)
+++ PKGBUILD	2013-06-29 09:27:42 UTC (rev 189195)
@@ -4,7 +4,7 @@
 pkgname=('wireshark-cli' 'wireshark-gtk')
 pkgbase=wireshark
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL2')
 makedepends=('bison' 'flex' 'gtk3' 'krb5' 'libcap' 'libpcap' 'bash' 'gnutls'
@@ -59,7 +59,7 @@
   # Headers
   install -dm755 ${pkgdir}/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes},wiretap,wsutil}
 
-  install -m644 color.h config.h register.h "${pkgdir}/usr/include/${pkgbase}"
+  install -m644 color.h config.h register.h ws_symbol_export.h "${pkgdir}/usr/include/${pkgbase}"
   for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes wiretap wsutil; do
     install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgbase}/${d}
   done




More information about the arch-commits mailing list