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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Apr 22 14:05:56 UTC 2013


    Date: Monday, April 22, 2013 @ 16:05:56
  Author: tpowa
Revision: 183530

upgpkg: pciutils 3.2.0-2

fix kmod depend

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-22 13:10:36 UTC (rev 183529)
+++ PKGBUILD	2013-04-22 14:05:56 UTC (rev 183530)
@@ -2,13 +2,13 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=pciutils
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(i686 x86_64)
 license=('GPL2')
 groups=('base')
 url="http://mj.ucw.cz/sw/pciutils/"
-depends=('glibc' 'hwids')
+depends=('glibc' 'hwids' 'kmod')
 source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
        ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
 md5sums=('3fccb0b28879adb57d8156115f8003c8')




More information about the arch-commits mailing list