pciutils: update to 3.6.2.

This commit is contained in:
maxice8 2018-08-12 19:04:48 -03:00
parent 2bc8eb5a37
commit d239b21c0c
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'pciutils' # Template file for 'pciutils'
pkgname=pciutils pkgname=pciutils
version=3.6.1 version=3.6.2
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="http://mj.ucw.cz/pciutils.html" homepage="http://mj.ucw.cz/pciutils.html"
changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog" changelog="https://raw.githubusercontent.com/pciutils/pciutils/master/ChangeLog"
distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz" distfiles="https://github.com/pciutils/pciutils/archive/v${version}.tar.gz"
checksum=b0a913fcb138601412779118b091217bccae9b135c26176d8aeefb5d5acd89e7 checksum=d84d7096a71890f0ddddc50e88ac5a3bc7412bf48d8100fc15857a411564687d
do_build() { do_build() {
make OPT="${CFLAGS}" SHARED=no AR=${AR} \ make OPT="${CFLAGS}" SHARED=no AR=${AR} \