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

Thomas Bächler thomas at archlinux.org
Sun Apr 11 11:02:48 UTC 2010


    Date: Sunday, April 11, 2010 @ 07:02:48
  Author: thomas
Revision: 77149

Upstream update to 1.1.1, add libnl to dependencies

Modified:
  libpcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-11 08:53:05 UTC (rev 77148)
+++ PKGBUILD	2010-04-11 11:02:48 UTC (rev 77149)
@@ -2,16 +2,16 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=libpcap
-pkgver=1.0.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="A system-independent interface for user-level packet capture"
 arch=('i686' 'x86_64')
 url="http://www.tcpdump.org/"
 license=('BSD')
-depends=('glibc')
+depends=('glibc' 'libnl')
 makedepends=('flex')
 source=(http://www.tcpdump.org/release/libpcap-${pkgver}.tar.gz)
-md5sums=('9ad1358c5dec48456405eac197a46d3d')
+sha256sums=('508cca15547e55d1318498b838456a21770c450beb2dc7d7d4a96d90816e5a85')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list