apkbuild-lint: warn on pkgname in source even with archive name
The check for pkgname in the source url assumed the value started with the url protocol. This is not the case when a custom archive name has been specified.
Fix this by allowing an optional archive name followed by ::
before
the actual url.
Fixes #22 (closed)