You are not logged in.

#1 2014-10-09 11:00:40

daniel_shub
Member
Registered: 2012-06-21
Posts: 100

[solved] AUR PKGBUILD and tarball do not match

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

#2 2014-10-09 11:12:48

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,650
Website

Re: [solved] AUR PKGBUILD and tarball do not match

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 identical

Last 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

#3 2014-10-09 11:49:28

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [solved] AUR PKGBUILD and tarball do not match

WorMzy wrote:

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

#4 2014-10-10 12:11:41

daniel_shub
Member
Registered: 2012-06-21
Posts: 100

Re: [solved] AUR PKGBUILD and tarball do not match

I should have known better. It is always caching.

Thanks

Offline

Board footer

Powered by FluxBB