pciutils: update to 3.14.0.

This commit is contained in:
icp 2025-06-21 21:43:10 +05:30 committed by Duncan Overbruck
parent f7666c9afd
commit aa50fb30d7

View file

@ -1,6 +1,6 @@
# Template file for 'pciutils' # Template file for 'pciutils'
pkgname=pciutils pkgname=pciutils
version=3.13.0 version=3.14.0
revision=1 revision=1
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="zlib-devel libkmod-devel" makedepends="zlib-devel libkmod-devel"
@ -11,7 +11,7 @@ license="GPL-2.0-or-later"
homepage="https://mj.ucw.cz/sw/pciutils/" homepage="https://mj.ucw.cz/sw/pciutils/"
changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog" changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog"
distfiles="https://mj.ucw.cz/download/linux/pci/pciutils-${version}.tar.gz" distfiles="https://mj.ucw.cz/download/linux/pci/pciutils-${version}.tar.gz"
checksum=a03c88a0aab709b1697ca1753766f443e78297f84c7bcd80a82c1422edd7cb42 checksum=e31c79722dbbe9d2906b92996ce295268e54d4342fefe3ff476caa613e51be2a
do_build() { do_build() {
make OPT="${CFLAGS}" SHARED=no AR=${AR} \ make OPT="${CFLAGS}" SHARED=no AR=${AR} \