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

Andreas Radke andyrtr at nymeria.archlinux.org
Mon Jan 27 14:46:36 UTC 2014


    Date: Monday, January 27, 2014 @ 15:46:36
  Author: andyrtr
Revision: 204798

upgpkg: libpcap 1.5.3-1

upstream update 1.5.3 - should fix FS#38052; enable bluetooth support FS#37762

Modified:
  libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-27 13:46:43 UTC (rev 204797)
+++ PKGBUILD	2014-01-27 14:46:36 UTC (rev 204798)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=libpcap
-pkgver=1.5.1
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="A system-independent interface for user-level packet capture"
 arch=('i686' 'x86_64')
@@ -9,14 +9,17 @@
 url="http://www.tcpdump.org/"
 license=('BSD')
 depends=('glibc' 'libnl' 'sh' 'libusbx')
-makedepends=('flex')
+makedepends=('flex' 'bluez-libs')
 source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz{,.sig})
-sha256sums=('259db4fe1e9f0b6b9c43a057ec5916dec7d0a821b00d6d6c4dff7db2445fa7e4'
+sha256sums=('9ae92159c1060f15e6a90f2c4ad227268b6aaa382c316fa49a31c496b9979e93'
             'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-ipv6 --with-libnl
+  ./configure --prefix=/usr \
+    --enable-ipv6 \
+    --enable-bluetooth \
+    --with-libnl
   make
 }
 




More information about the arch-commits mailing list