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

Tobias Powalowski tpowa at archlinux.org
Mon Dec 1 21:04:28 UTC 2008


    Date: Monday, December 1, 2008 @ 16:04:28
  Author: tpowa
Revision: 20258

upgpkg: pciutils 3.0.3-1

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-01 20:50:40 UTC (rev 20257)
+++ PKGBUILD	2008-12-01 21:04:28 UTC (rev 20258)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pciutils
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(i686 x86_64)
 license=('GPL2')
 groups=('base')
-url="http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html"
+url="http://mj.ucw.cz/pciutils.html"
 makedepends=('wget')
 depends=('glibc')
 source=(ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('23bdccc7dcc6e633938e9f22d290dfda')
+md5sums=('7c891d039c8e7a7ec73ff2fc8317e21c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,3 +27,4 @@
     install -D -m 644 lib/${i} ${pkgdir}/usr/include/pci/${i}
   done
 }
+




More information about the arch-commits mailing list