Date: Wednesday, February 8, 2012 @ 06:05:17 Author: tpowa Revision: 149509
upgpkg: pciutils 3.1.9-1 bump to latest version Modified: pciutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-08 11:04:32 UTC (rev 149508) +++ PKGBUILD 2012-02-08 11:05:17 UTC (rev 149509) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pciutils -pkgver=3.1.8 +pkgver=3.1.9 pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=('glibc') 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=('79312f138311d29291c7d44d624cd37e') +md5sums=('e958f5ffb93b12972964381c38f27eb3') build() { cd "${srcdir}/${pkgname}-${pkgver}"
