diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 78a0395570b..e7f993727aa 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -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 " 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} \