aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm7
1 files changed, 1 insertions, 6 deletions
diff --git a/URPM.pm b/URPM.pm
index 79105bb..f9af9d8 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -330,13 +330,8 @@ Then, $callback is called for each matching package in the depslist.
Verifies an RPM file.
Recognized options are:
- nopgp => 0 / 1
- nogpg => 0 / 1
- nomd5 => 0 / 1
- norsa => 0 / 1
- nodsa => 0 / 1
nodigests => 0 / 1
- nosignatures => 0 / 1 (equivalent to nopgp = nogpg = norsa = nodsa = 1)
+ nosignatures => 0 / 1
=item $urpm->import_pubkey(%options)