summaryrefslogtreecommitdiff
path: root/package/pciutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/pciutils/Makefile')
-rw-r--r--package/pciutils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/pciutils/Makefile b/package/pciutils/Makefile
index c7df89545..2e21cd918 100644
--- a/package/pciutils/Makefile
+++ b/package/pciutils/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= pciutils
-PKG_VERSION:= 3.0.3
+PKG_VERSION:= 3.1.7
PKG_RELEASE:= 1
-PKG_MD5SUM:= d07da501bb11e6af40acd036536c2e9a
+PKG_MD5SUM:= f3e349d22a3714b4272b171649ad5235
PKG_DESCR:= PCI Utilities
PKG_SECTION:= utils
PKG_DEPENDS:= zlib
@@ -14,6 +14,8 @@ PKG_BUILDDEP:= zlib
PKG_URL:= http://www.kernel.org/pub/software/utils/pciutils/
PKG_SITES:= http://www.kernel.org/pub/software/utils/pciutils/
+PKG_HOST_DEPENDS:= !darwin
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,PCIUTILS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))