diff options
author | root <root@rshg054.dnsready.net> | 2013-05-13 01:16:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-13 01:16:28 -0700 |
commit | 66cb4a487ad73063c6b000279a5d5558fb7603f5 (patch) | |
tree | ee73bbc414ba8aec6b9a578578ceaabd38fff01e /extra/libnl1/PKGBUILD | |
parent | 5b9e0d821dd428792bd51ed03af2b800924ce69d (diff) |
Mon May 13 01:16:27 PDT 2013
Diffstat (limited to 'extra/libnl1/PKGBUILD')
-rw-r--r-- | extra/libnl1/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libnl1/PKGBUILD b/extra/libnl1/PKGBUILD index 6130b5cde..8f17590ca 100644 --- a/extra/libnl1/PKGBUILD +++ b/extra/libnl1/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 182913 2013-04-16 05:29:35Z eric $ +# $Id: PKGBUILD 185225 2013-05-12 09:29:56Z eric $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libnl1 -pkgver=1.1.3 +pkgver=1.1.4 pkgrel=1 pkgdesc="Library for applications dealing with netlink sockets (Legacy version)" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('glibc') options=('!staticlibs') source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz") -md5sums=('4e4fa2197f4412b20c2952325d674b12') +md5sums=('580cb878be536804daca87fb75ae46cc') build() { cd libnl-${pkgver} |