There is an updated pull request by CameronNemo against master on the void-packages repository https://github.com/CameronNemo/void-packages R-cran-archive https://github.com/void-linux/void-packages/pull/38438 xbps-src: fetch from CRAN archive CRAN has a lovely practice of moving the latest releases into an archive after a new release is made. So when pillar 1.8.0 is released, for example, version 1.7.0 gets moved into the archive. Add some logic to fetch from the CRAN archive when this happens. See below for an example: ``` => R-cran-pillar-1.7.0_1: fetching distfile 'pillar_1.7.0.tar.gz'... https://cran.r-project.org/src/contrib/pillar_1.7.0.tar.gz: Not Found => R-cran-pillar-1.7.0_1: fetching distfile 'pillar_1.7.0.tar.gz' (from CRAN archive)... pillar_1.7.0.tar.gz: [517KB 0%] 19KB/s ETA: 00m00s pillar_1.7.0.tar.gz: [517KB 25%] 201KB/s ETA: 00m02s pillar_1.7.0.tar.gz: 517KB [avg rate: 788KB/s] ``` #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/38438.patch is attached