From 9cd23237476da655d322470f6b47d31f768b3a70 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 3 Oct 2016 22:47:52 +0200 Subject: [PATCH] pciutils: update to 3.5.2. --- srcpkgs/pciutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pciutils/template b/srcpkgs/pciutils/template index 954e85711b4..870727e31a7 100644 --- a/srcpkgs/pciutils/template +++ b/srcpkgs/pciutils/template @@ -1,6 +1,6 @@ # Template file for 'pciutils' pkgname=pciutils -version=3.5.1 +version=3.5.2 revision=1 hostmakedepends="pkg-config" makedepends="zlib-devel libkmod-devel" @@ -10,7 +10,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://mj.ucw.cz/pciutils.html" distfiles="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${version}.tar.gz" -checksum=9e642d842d69e2780f7c11f405099c9f6748a3917a4210d5f0c18eb9b58822a6 +checksum=2b69b4365de672c64962b1fbf1ca095961894801af051d676ca2273542e8976b do_build() { make OPT="${CFLAGS}" SHARED=no AR=${AR} \