| Index: utils/pub/repo_source.dart
 | 
| diff --git a/utils/pub/repo_source.dart b/utils/pub/repo_source.dart
 | 
| index 1046af7ae44b23734446b647b65203d51cd1ebf3..241ea348b3a2b79922aaedd1b0fcbff3281f37d4 100644
 | 
| --- a/utils/pub/repo_source.dart
 | 
| +++ b/utils/pub/repo_source.dart
 | 
| @@ -104,7 +104,7 @@ class RepoSource extends Source {
 | 
|     * "url" refers to a package with the given name from the repo at the given
 | 
|     * URL.
 | 
|     */
 | 
| -  void validateDescription(description) {
 | 
| +  void validateDescription(description, [bool fromLockFile=false]) {
 | 
|      _parseDescription(description);
 | 
|    }
 | 
|  
 | 
| 
 |