Date: Tuesday, April 28, 2015 @ 16:03:13 Author: tpowa Revision: 238208
upgpkg: pciutils 3.3.1-1 bump to latest version Modified: pciutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-04-28 14:02:12 UTC (rev 238207) +++ PKGBUILD 2015-04-28 14:03:13 UTC (rev 238208) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pciutils -pkgver=3.3.0 +pkgver=3.3.1 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=('b73bca5b1c2fd20a17a19f5040411521') +md5sums=('d76ba41d0ec0e16f12a4723cbd1477e9') build() { cd "${srcdir}/${pkgname}-${pkgver}"
