Date: Wednesday, January 22, 2014 @ 09:10:59 Author: tpowa Revision: 204531
upgpkg: pciutils 3.2.1-1 bump to latest version Modified: pciutils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-22 08:05:31 UTC (rev 204530) +++ PKGBUILD 2014-01-22 08:10:59 UTC (rev 204531) @@ -1,8 +1,8 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pciutils -pkgver=3.2.0 -pkgrel=4 +pkgver=3.2.1 +pkgrel=1 pkgdesc="PCI bus configuration space access library and tools" arch=(i686 x86_64) license=('GPL2') @@ -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=('3fccb0b28879adb57d8156115f8003c8') +md5sums=('fdc92c4665bb169022ffe730b3c08313') build() { cd "${srcdir}/${pkgname}-${pkgver}"
