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

Giovanni Scafora giovanni at archlinux.org
Thu Apr 8 16:18:26 UTC 2010


    Date: Thursday, April 8, 2010 @ 12:18:25
  Author: giovanni
Revision: 76165

upgpkg: tcpdump 4.1.1-1
upstream release

Modified:
  tcpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-08 15:54:25 UTC (rev 76164)
+++ PKGBUILD	2010-04-08 16:18:25 UTC (rev 76165)
@@ -3,18 +3,18 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=tcpdump
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
 pkgdesc="A tool for network monitoring and data acquisition"
 arch=('i686' 'x86_64')
 url="http://www.tcpdump.org"
 license=('BSD')
 depends=('libpcap' 'openssl')
 source=(http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz)
-md5sums=('949d4661a7501cfedf7b1eb858302c9c')
+md5sums=('d0dd58bbd6cd36795e05c6f1f74420b0')
 
 build() {
-  cd "${srcdir}/${pkgname}-4.1"
+  cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
               --enable-ipv6




More information about the arch-commits mailing list