[aur-requests] [PRQ#23041] Orphan Request for r5u87x

Fabio Loli lolix at disroot.org
Thu Jan 7 09:29:53 UTC 2021


Il 06/01/21 22:33, Tomasz Maciej Nowak via aur-requests ha scritto:
> W dniu 06.01.2021 o 20:59,notify at aur.archlinux.org  pisze:
>> FabioLolix [1] filed an orphan request for r5u87x [2]:
>>
>> No response or interaction for more then 3 months over a pull-request
>> [3] at github where the pkgbuild is also maintained.
>> The modifications include the switch to another source which have seen
>> some development recently, while the source used currently is a backup
>> [4] made by the maintainer of the now deleted [5] original ones, last
>> commit on Apr 9, 2010.
>>
>> The pkgbuild always lacked correlation between source and pkgver
> The pkgver was derived from amount of commits.
> 

It was set in an arbitrary manual way,

source=('git+https://github.com/tmn505/r5u87x.git#commit=6e521e39d60afee08370970d3ccd362ad5541cfe')

pkgver() {
   cd "${srcdir}/${pkgname}"
   printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse 
--short HEAD)"
}

pkgver=r65.6e521e3


More information about the aur-requests mailing list