Date: Saturday, April 5, 2014 @ 20:37:59 Author: eric Revision: 209841
upgpkg: hwloc 1.9-1 Upstream update Modified: hwloc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-05 17:56:16 UTC (rev 209840) +++ PKGBUILD 2014-04-05 18:37:59 UTC (rev 209841) @@ -4,7 +4,7 @@ # Contributor: Hervé YVIQUEL <[email protected]> pkgname=hwloc -pkgver=1.8.1 +pkgver=1.9 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/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('fe465bc02da7b4a96b362ea73bdc0b8e4cf80040') +source=(http://www.open-mpi.org/software/hwloc/v${pkgver}/downloads/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('99646446502e0f9952170bf1082be63361d99b6d') build() { cd ${pkgname}-${pkgver}
