diff options
Diffstat (limited to 'extra/hwloc')
-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 b7713d267..4c3d7611d 100644 --- a/extra/hwloc/PKGBUILD +++ b/extra/hwloc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 130527 2011-07-07 11:15:35Z stephane $ +# $Id: PKGBUILD 139869 2011-10-05 15:17:09Z stephane $ # Maintainer : Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Sylvain HENRY <hsyl20@yahoo.fr> # Contributor: Hervé YVIQUEL <elldekaa@gmail.com> pkgname=hwloc -pkgver=1.2 +pkgver=1.2.2 pkgrel=1 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ makedepends=('pkg-config') optdepends=('cairo: Graphical output' 'libxml2: XML export') options=('!libtool' '!docs') source=(http://www.open-mpi.org/software/hwloc/v1.2/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('43886dfdddda5bfbaa841976275e7bf643453d7b') +sha1sums=('9805effb53a69199bcaf86efaf349fee684cb0a6') build() { cd "${srcdir}/${pkgname}-${pkgver}" |