Date: Monday, January 10, 2022 @ 20:35:24 Author: tpowa Revision: 434169
upgpkg: pciutils 3.7.0-2: rebuild with new depend hwdata Modified: pciutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-10 20:10:32 UTC (rev 434168) +++ PKGBUILD 2022-01-10 20:35:24 UTC (rev 434169) @@ -1,12 +1,12 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pciutils pkgver=3.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="PCI bus configuration space access library and tools" arch=(x86_64) license=('GPL2') url="https://mj.ucw.cz/sw/pciutils/" -depends=('glibc' 'hwids' 'kmod') +depends=('glibc' 'hwdata' 'kmod') makedepends=('git') source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2 https://mj.ucw.cz/download/linux/pci/${pkgname}-${pkgver}.tar.gz{,.sign})
