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

Tobias Powalowski tpowa at archlinux.org
Wed Jan 27 06:18:20 UTC 2010


    Date: Wednesday, January 27, 2010 @ 01:18:19
  Author: tpowa
Revision: 65299

upgpkg: pciutils 3.1.6-1
    bump to latest version

Modified:
  pciutils/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-27 02:19:38 UTC (rev 65298)
+++ PKGBUILD	2010-01-27 06:18:19 UTC (rev 65299)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pciutils
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('wget')
 depends=('glibc')
 source=(ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7ccf8ae2353033158652bdca4e4aad0a')
+md5sums=('1d183851f68abd6c918a5c1852576ad6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -28,4 +28,3 @@
     install -D -m 644 lib/${i} ${pkgdir}/usr/include/pci/${i}
   done
 }
-




More information about the arch-commits mailing list