pciutils: update to 3.9.0.

This commit is contained in:
icp 2022-12-16 12:37:42 +05:30 committed by classabbyamp
parent 4e64ddf45b
commit e3e99f8bee
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pciutils'
pkgname=pciutils
version=3.7.0
version=3.9.0
revision=1
hostmakedepends="pkg-config"
makedepends="zlib-devel libkmod-devel"
@ -8,10 +8,10 @@ depends="hwids"
short_desc="PCI bus related utilities"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://mj.ucw.cz/pciutils.html"
homepage="https://mj.ucw.cz/sw/pciutils/"
changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog"
distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz"
checksum=ea768aa0187ba349391c6c157445ecc2b42e7d671fc1ce8c53ff5ef513f1e2ab
distfiles="https://mj.ucw.cz/download/linux/pci/pciutils-${version}.tar.gz"
checksum=8953a785b2e3af414434b8fdcbfb75c90758819631001e60dd3afb89b22b2331
do_build() {
make OPT="${CFLAGS}" SHARED=no AR=${AR} \