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 6cdf95dfa..34f095ef6 100644 --- a/extra/hwloc/PKGBUILD +++ b/extra/hwloc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 152254 2012-03-06 02:06:32Z stephane $ +# $Id: PKGBUILD 159285 2012-05-20 22:11:18Z stephane $ # Maintainer : Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Sylvain HENRY <hsyl20@yahoo.fr> # Contributor: Hervé YVIQUEL <elldekaa@gmail.com> pkgname=hwloc -pkgver=1.4.1 +pkgver=1.4.2 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.4/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('911d2ba77fa968c3c72caf75a9e21637f3677acc') +sha1sums=('2c2ca4101b4ea6782393b555a320c566da50cb68') build() { cd "${srcdir}/${pkgname}-${pkgver}" |