summaryrefslogtreecommitdiff
path: root/community/libmnl
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-28 00:02:35 +0000
committerroot <root@rshg054.dnsready.net>2012-05-28 00:02:35 +0000
commit89dd7b5f30d48c708092a71b1c8285090fe91505 (patch)
treefb3a22f789121b955ff0fce7ec8d2f8c8886579b /community/libmnl
parent1f45ad8e3f17397e2f44e68ef9a0d860091eea9e (diff)
Mon May 28 00:02:35 UTC 2012
Diffstat (limited to 'community/libmnl')
-rw-r--r--community/libmnl/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/libmnl/PKGBUILD b/community/libmnl/PKGBUILD
index 8a00d0a65..bc4e355c2 100644
--- a/community/libmnl/PKGBUILD
+++ b/community/libmnl/PKGBUILD
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD 61555 2012-01-02 21:43:24Z seblu $
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net
+# $Id: PKGBUILD 71327 2012-05-26 23:26:09Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Christian Hesse <mail@earthworm.de>
pkgname=libmnl
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
arch=('i686' 'x86_64')
url='http://www.netfilter.org/projects/libmnl/'
license=('LGPL2.1')
+depends=('glibc')
+options=('!libtool')
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
-sha1sums=('62440193d128adc0946a8737e86dc0068424eedb')
+sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
build() {
cd $pkgname-$pkgver