On 08/31/2016 09:44 AM, Andreas Tille wrote: > I was following the Wiki[1] to get a bitbucket watch for metaphlan2[2]. > Unfortunately uscan does not detect any match and after starring on the > code and trying several other regexp I failed finding the mistake. > > Any idea how to get the watch file working and reporting 2.6.0 as latest > version?
Well, uscan isn't psychic, it just uses what's available on a given download page. If you go to https://bitbucket.org/biobakery/metaphlan2/downloads you'll see that there are three links: - bitbucket's autogenerated link for downloading the entire repository - two .txt files that have nothing to do with the release In fact, there don't appear to be any upstream tarballs available. However, they do appear to tag their releases, so (not tested though) the following watch file should work for the autogenerated tarballs from bitbucket based on tags: https://bitbucket.org/biobakery/metaphlan2/downloads?tab=tags .*/(\d\S*)\.tar\.gz HTH. Regards, Christian

