pciutils: update to 3.8.0
[feed/packages.git] / utils / pciutils / patches / 100-remove-no-timestamping.patch
diff --git a/utils/pciutils/patches/100-remove-no-timestamping.patch b/utils/pciutils/patches/100-remove-no-timestamping.patch
deleted file mode 100644 (file)
index 93bc85f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/update-pciids.sh
-+++ b/update-pciids.sh
-@@ -33,7 +33,7 @@ if which curl >/dev/null 2>&1 ; then
-       DL="curl -o $DEST.new $SRC"
-     ${quiet} && DL="$DL -s -S"
- elif which wget >/dev/null 2>&1 ; then
--      DL="wget --no-timestamping -O $DEST.new $SRC"
-+      DL="wget -O $DEST.new $SRC"
-       ${quiet} && DL="$DL -q"
- elif which lynx >/dev/null 2>&1 ; then
-       DL="eval lynx -source $SRC >$DEST.new"