I tried to send new package, made archive with makepkg --source. After uploading package, i saw package version ".-1" on the packages' page in aur. In the PKGBUILD:

pkgver=2858

but build() function contains one interesting string:

pkgver="$ver.$revision"

it's for fix pkg version during the build ($ver gets from sources). I tried to change this string to:

sleep 0;pkgver="$ver.$revision"

and aur successfully discovered package version (2858)

Reply via email to