Date: Thursday, December 10, 2015 @ 11:17:39 Author: tpowa Revision: 255738
upgpkg: pciutils 3.4.0-1 bump to latest version Modified: pciutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 09:19:54 UTC (rev 255737) +++ PKGBUILD 2015-12-10 10:17:39 UTC (rev 255738) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pciutils -pkgver=3.3.1 +pkgver=3.4.0 pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" arch=(i686 x86_64) @@ -11,7 +11,7 @@ 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=('d76ba41d0ec0e16f12a4723cbd1477e9') +md5sums=('00ec5c00e00d0360aebe33031e4bf712') build() { cd "${srcdir}/${pkgname}-${pkgver}"
