From ce717e3e1f1509ad1582b5148436a2da871a7e84 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 29 Jan 2020 20:31:26 +0100 Subject: [PATCH] pciutils: update to 3.6.4. --- srcpkgs/pciutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 13eb072aa85..43a3613cc69 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -1,6 +1,6 @@ # Template file for 'pciutils' pkgname=pciutils -version=3.6.2 +version=3.6.4 revision=1 hostmakedepends="pkg-config" makedepends="zlib-devel libkmod-devel" @@ -11,7 +11,7 @@ license="GPL-2.0-or-later" homepage="http://mj.ucw.cz/pciutils.html" changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog" distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz" -checksum=d84d7096a71890f0ddddc50e88ac5a3bc7412bf48d8100fc15857a411564687d +checksum=551d0ac33f030868b7e95c29e58dc2b1882455dbc9c15c15adf7086e664131f1 do_build() { make OPT="${CFLAGS}" SHARED=no AR=${AR} \