Date: Tuesday, October 10, 2017 @ 06:48:59 Author: bpiotrowski Revision: 307245
3.4.0-1: new upstream release Modified: libnl/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-10 06:41:07 UTC (rev 307244) +++ PKGBUILD 2017-10-10 06:48:59 UTC (rev 307245) @@ -1,18 +1,18 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski <[email protected]> -# Maintainer: Thomas Bächler <[email protected]> +# Maintainer: Bartłomiej Piotrowski <[email protected]> +# Contributor: Thomas Bächler <[email protected]> pkgname=libnl -pkgver=3.3.0 +pkgver=3.4.0 pkgrel=1 pkgdesc='Library for applications dealing with netlink sockets' arch=(i686 x86_64) -url='http://www.infradead.org/~tgr/libnl/' +url='https://github.com/thom311/libnl/' license=(GPL) depends=(glibc) backup=(etc/libnl/classid etc/libnl/pktloc) source=(https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha256sums=('705468b5ae4cd1eb099d2d1c476d6a3abe519bc2810becf12fb1e32de1e074e4' +sha256sums=('b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf' 'SKIP') validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
