summaryrefslogtreecommitdiff
path: root/core/libnl
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-13 10:18:14 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-13 10:18:14 +0100
commitd27bbcebde95f792e0660af3657878216b2590c3 (patch)
treeebd693dbaeb22eb25643e06b80facc1e0f073e77 /core/libnl
parent68dc88e3f45d6cb33a56ca10ec02f7e990636d31 (diff)
parent0671250710c3e7312a4693ac45ebbaacf471d1dc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/curl/PKGBUILD core/lvm2/PKGBUILD core/openvpn/PKGBUILD extra/diffstat/PKGBUILD extra/libxcb/PKGBUILD extra/xorg-xkbutils/PKGBUILD extra/xorg-xvinfo/PKGBUILD
Diffstat (limited to 'core/libnl')
-rw-r--r--core/libnl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libnl/PKGBUILD b/core/libnl/PKGBUILD
index 6189f67f4..2ede6daf5 100644
--- a/core/libnl/PKGBUILD
+++ b/core/libnl/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 162745 2012-06-29 11:46:12Z thomas $
+# $Id: PKGBUILD 177950 2013-02-12 12:13:46Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=libnl
-pkgver=3.2.11
+pkgver=3.2.19
pkgrel=1
pkgdesc="Library for applications dealing with netlink sockets"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ depends=(glibc)
backup=(etc/libnl/classid etc/libnl/pktloc)
options=(!libtool)
source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d')
+sha256sums=('37a611ad84e84a15daf2736cdd2c5191f3af4e1b12354f7d260f0264383b098b')
build() {
cd "$srcdir/$pkgname-$pkgver"