Skip to content

apkbuild-lint: warn on pkgname in source even with archive name

Kevin Daudt requested to merge kdaudt/atools:fix-pkgname-in-source into master

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)

Merge request reports