Hi,

On Sat, Aug 22, 2020 at 12:03:38AM +0100, Edd Barrett wrote:
>  
> -V =          1.5.0
> -DISTNAME =   syncthing-${V}
> -DISTFILES =  syncthing-source-v${V}${EXTRACT_SUFX}
> +# Release candidate used so as to fix critical quic-go problem.
> +V =          1.9.0
> +DISTNAME =   syncthing-${V}-rc4
> +DISTFILES =  syncthing-source-v${V}-rc.4${EXTRACT_SUFX}
>  

$ make show=PKGNAMES
syncthing-1.9.0-rc4

I don't use syncthing, but that package name looks incorrect. String rc4
is conflicting with flavor naming pattern. You need to drop the dash, so
final package name is syncthing-1.9.0rc4

-- 
Regards,
 Mikolaj

Reply via email to