Date: Thursday, August 20, 2015 @ 17:31:00 Author: anatolik Revision: 244444
upgpkg: hwloc 1.11.0-1 Modified: hwloc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-20 15:27:51 UTC (rev 244443) +++ PKGBUILD 2015-08-20 15:31:00 UTC (rev 244444) @@ -4,7 +4,7 @@ # Contributor: Hervé YVIQUEL <ellde...@gmail.com> pkgname=hwloc -pkgver=1.10.1 +pkgver=1.11.0 pkgrel=1 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ license=('BSD') depends=('sh' 'pciutils' 'cairo' 'libxml2') options=('!docs') -source=(http://www.open-mpi.org/software/hwloc/v1.10/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('76291124e4638b2fbd4deb4cc3cd680e153077b5') +source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('3ae29c9b0717fa43fe0573f7053e11d766aba73e') build() { cd ${pkgname}-${pkgver}