mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
make ApkIndexDependency conform to ApkIndexRequirementRef
dunno if this is necessary for the graph to work but we'll see
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
struct ApkIndexProvides: ApkIndexRequirementRef {
|
||||
let name: String
|
||||
|
||||
init(extract: String) throws(ApkRequirement.ParseError) {
|
||||
(self.name, _) = try ApkRequirement.extract(blob: extract)
|
||||
init(name: String, version _: ApkVersionSpecification) {
|
||||
self.name = name
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user