[arch-commits] Commit in hwloc/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Tue Nov 22 17:32:32 UTC 2011


    Date: Tuesday, November 22, 2011 @ 12:32:31
  Author: stephane
Revision: 143085

upgpkg: hwloc 1.3-1

version bump

Modified:
  hwloc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-22 15:51:43 UTC (rev 143084)
+++ PKGBUILD	2011-11-22 17:32:31 UTC (rev 143085)
@@ -4,18 +4,18 @@
 # Contributor: Hervé YVIQUEL <elldekaa at gmail.com>
 
 pkgname=hwloc
-pkgver=1.2.2
+pkgver=1.3
 pkgrel=1
 pkgdesc="Portable Hardware Locality is a portable abstraction of hierarchical architectures"
 arch=('i686' 'x86_64')
 url="http://www.open-mpi.org/projects/hwloc/"
 license=('BSD')
-depends=('sh')
+depends=('sh' 'pciutils')
 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=('9805effb53a69199bcaf86efaf349fee684cb0a6')
+source=(http://www.open-mpi.org/software/hwloc/v1.3/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4d4de0f48f8b9a1eaf75d55bc93e0e624f6194eb')
 
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list