summaryrefslogtreecommitdiff
path: root/core/libnl
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2014-07-27 13:12:12 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2014-07-27 13:12:12 -0500
commit084a523e08ba7a242b5dbe4e96018ea0b63fdd94 (patch)
tree899c300759432bf8c946e618821d3466cfc45adc /core/libnl
parent4026666cf875d1ab6e86def0d8c10dbf25e6d096 (diff)
Updating flex and libnlHEADmaster
Diffstat (limited to 'core/libnl')
-rw-r--r--core/libnl/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/libnl/PKGBUILD b/core/libnl/PKGBUILD
index f7daefedd..8c612d1bc 100644
--- a/core/libnl/PKGBUILD
+++ b/core/libnl/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 200720 2013-12-03 10:31:08Z thomas $
+# $Id: PKGBUILD 207128 2014-03-07 09:14:44Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=libnl
-pkgver=3.2.23
+pkgver=3.2.24
pkgrel=1
pkgdesc="Library for applications dealing with netlink sockets"
-arch=('i686' 'x86_64' 'mips64el')
+arch=(i686 x86_64 mips64el)
url="http://www.infradead.org/~tgr/libnl/"
license=(GPL)
depends=(glibc)
backup=(etc/libnl/classid etc/libnl/pktloc)
source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('8cc2cda9aa8cbbad384b9bb1ba0f6777ed9bf65e1cc3170d8c2ba5b3ee12f2b3')
+sha256sums=('fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd6816')
build() {
cd "$srcdir"/$pkgname-$pkgver