Date: Thursday, October 15, 2015 @ 20:47:31 Author: anatolik Revision: 249392
upgpkg: hwloc 1.11.1-1 Modified: hwloc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-15 16:48:53 UTC (rev 249391) +++ PKGBUILD 2015-10-15 18:47:31 UTC (rev 249392) @@ -4,8 +4,8 @@ # Contributor: Hervé YVIQUEL <[email protected]> pkgname=hwloc -pkgver=1.11.0 -pkgrel=2 +pkgver=1.11.1 +pkgrel=1 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures" arch=('i686' 'x86_64') url="http://www.open-mpi.org/projects/hwloc/" @@ -13,7 +13,7 @@ depends=('sh' 'pciutils' 'cairo' 'libxml2') options=('!docs') source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('3ae29c9b0717fa43fe0573f7053e11d766aba73e') +sha1sums=('f08db5ccd59f443a725df3c386528b9f17f43a9e') build() { cd ${pkgname}-${pkgver}
