Bug in aur.archlinux.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]




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)

[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux