You are not logged in.
I maintain the AUR MATLAB package. I updated the package yesterday (over 24 hours ago) and the tarball seems to have updated, but not the PKGBUILD. I created the tarball with mkaurball and then uploaded it at https://aur.archlinux.org/submit/. What do I need to do to get the PKGBUILD on the web to update?
Last edited by daniel_shub (2014-10-10 12:11:04)
Offline
The PKGBUILD in the AURball is identical to the PKGBUILD on the web interface.
Perhaps your browser has cached the earlier version, try bypassing the cache (usually ctrl+F5), or just clearing your recent browsing history.
$ curl -s -O "https://aur.archlinux.org/packages/ma/matlab/matlab.tar.gz"
$ curl -s -O "https://aur.archlinux.org/packages/ma/matlab/PKGBUILD"
$ bsdtar -xf matlab.tar.gz -O matlab/PKGBUILD > tarball-PKGBUILD
$ diff -s PKGBUILD tarball-PKGBUILD
Files PKGBUILD and tarball-PKGBUILD are identicalLast edited by WorMzy (2014-10-09 11:32:31)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Perhaps your browser has cached the earlier version, try bypassing the cache (usually ctrl+F5), or just clearing your recent browsing history.
Yes, has happened to me before.
Offline
I should have known better. It is always caching.
Thanks
Offline