Date: Friday, May 20, 2016 @ 20:28:55 Author: tpowa Revision: 268369 upgpkg: pciutils 3.5.0-1
bump to latest version Modified: pciutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-20 17:37:26 UTC (rev 268368) +++ PKGBUILD 2016-05-20 18:28:55 UTC (rev 268369) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pciutils -pkgver=3.4.1 +pkgver=3.5.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=('acc91d632dbc98f624a8e57b4e478160') +md5sums=('6eeea209e4eea9eb8ce3faaedb3a10d0') build() { cd "${srcdir}/${pkgname}-${pkgver}"
