[arch-general] Bug in aur.archlinux.org
joker-jar at yandex.ru
joker-jar at yandex.ru
Sun Aug 29 10:08:57 EDT 2010
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)
More information about the arch-general
mailing list