diff options
Diffstat (limited to 'extra/hwloc/PKGBUILD')
-rw-r--r-- | extra/hwloc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/hwloc/PKGBUILD b/extra/hwloc/PKGBUILD index c1a138c3e..c59e2a8b5 100644 --- a/extra/hwloc/PKGBUILD +++ b/extra/hwloc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 167416 2012-10-02 00:13:40Z stephane $ +# $Id: PKGBUILD 170363 2012-11-06 14:16:10Z stephane $ # Maintainer : Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Sylvain HENRY <hsyl20@yahoo.fr> # Contributor: Hervé YVIQUEL <elldekaa@gmail.com> pkgname=hwloc -pkgver=1.5 +pkgver=1.5.1 pkgrel=1 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('sh' 'pciutils' 'cairo' 'libxml2') makedepends=('pkg-config') options=('!libtool' '!docs') source=(http://www.open-mpi.org/software/hwloc/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('b2e60bd40cfc6ca79dde68b19a83e8a4719d6b14') +sha1sums=('5ce00444d7ffc261ff7877ce685a920fb38a771a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |