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 6c16f0c10..5388d6b25 100644 --- a/extra/hwloc/PKGBUILD +++ b/extra/hwloc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 173120 2012-12-11 12:57:48Z stephane $ +# $Id: PKGBUILD 175783 2013-01-21 17:03:37Z stephane $ # Maintainer : Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Sylvain HENRY <hsyl20@yahoo.fr> # Contributor: Hervé YVIQUEL <elldekaa@gmail.com> pkgname=hwloc -pkgver=1.6 +pkgver=1.6.1 pkgrel=1 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('sh' 'pciutils' 'cairo' 'libxml2') makedepends=('pkg-config') options=('!libtool' '!docs') source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('a9c0bbcd49350b6cbe45efdc75e5962863239ebb') +sha1sums=('9d02234d6abd5332675957506e4d8144c515e986') build() { cd "${srcdir}/${pkgname}-${pkgver}" |