summaryrefslogtreecommitdiff
path: root/community/libnet
diff options
context:
space:
mode:
Diffstat (limited to 'community/libnet')
-rw-r--r--community/libnet/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libnet/PKGBUILD b/community/libnet/PKGBUILD
index b113033fc..dbab7bf3d 100644
--- a/community/libnet/PKGBUILD
+++ b/community/libnet/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68329 2012-03-21 20:31:50Z andrea $
+# $Id: PKGBUILD 78620 2012-10-22 09:19:25Z spupykin $
# Maintainer:
# Contributor: damir <damir@archlinux.org>
pkgname=libnet
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.1.6
+pkgrel=1
pkgdesc="A library which provides API for commonly used low-level net functions"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/libnet-dev/"
@@ -12,7 +12,7 @@ license=('BSD')
depends=('glibc' 'sh')
options=('!libtool')
source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a9bc1d75a610efcfee200d3e28d8eb8f')
+md5sums=('710296fe424a49344e5fcc0d09e53317')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"