diff options
Diffstat (limited to 'core/libnl')
-rw-r--r-- | core/libnl/PKGBUILD | 8 |
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 |