Skip to content

Commit 6b411d6

Browse files
1 parent a02dc5e commit 6b411d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_plugins/identifier-to-url.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,8 @@ def _build_swid_url(purl)
207207
def _build_generic_url(purl)
208208
return nil # valid, but don't know how to generate this kind of URL
209209
end
210+
211+
def _build_alpm_url(purl)
212+
return "https://archlinux.org/packages/?q=#{purl.name}"
213+
end
210214
end

0 commit comments

Comments
 (0)