20 Mar
2012
20 Mar
'12
5:44 p.m.
Hi all, recently, I wrote an ebuild where pkgver=2.4.2 but in the download link a 242 is needed. Thus, I decided to avoid any redundancy and to write _pkgver="${pkgver//\./}". The PKGBUILD is working fine but aur.archlinux.org is expanding the download link to "2.4.2//\./}". Is there a way to avoid both the redundancy and the wrong interpretation at aur.archlinux.org? This is the package we are talking about: https://aur.archlinux.org/packages.php?ID=34230 Kind regards, Max