I needed to manually install https://gitlab.com/vala-panel-project/vala-panel-appmenu/
(there also is an official manjaro package and an aur package)
Git Clone URL: | https://aur.archlinux.org/postman-bin.git (read-only, click to copy) |
---|---|
Package Base: | postman-bin |
Description: | Build, test, and document your APIs faster |
Upstream URL: | https://www.getpostman.com |
Licenses: | custom |
Conflicts: | postman |
Provides: | postman |
Submitter: | claudiodangelis |
Maintainer: | j.taala |
Last Packager: | j.taala |
Votes: | 295 |
Popularity: | 3.55 |
First Submitted: | 2016-10-21 18:18 (UTC) |
Last Updated: | 2025-02-03 22:15 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 22 Next › Last »
I needed to manually install https://gitlab.com/vala-panel-project/vala-panel-appmenu/
(there also is an official manjaro package and an aur package)
Thanks all, I've updated to latest (9.25.2) - and renamed the file downloaded in the PKGBUILD to better align with standard package name that gets downloaded (i.e. from browser) - thanks MagsSwe.
The 404... looks like they removed 9.25.0 and my node was prob last to get synced (yay for Australia!) - hence I wasn't seeing the 404 that other were.
Let me know if anyone still having issues with this new version (9.25.2).
@j.taala I'm experiencing a 404 when downloading as well. I'm trying to install the package from Italy. Using "latest" in place of the "version/${pkgver}" int the download string works for me though
@j.taala You are correct. I had the from/to mixed up in my first comment. Edited now.
In order to get this to work, I had to change a line in the the PKGBUILD file from
"Postman-linux-x64-${pkgver}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64"
to
"postman-${pkgver}-linux-x64.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64"
I'm very new to this and it's probably not the correct solution, but it worked for me. :)
Thanks @ChrisLane for reporting. Usually that's caused by postman's CDN nodes note being fully synced (in which case you just try it again a day or so later). However, I updated this on the 19th so all the nodes should have been synced.
Anyone else getting a 404 in your part of the world?
Hey, I'm getting a 404 error for the 9.25.0 download:
==> Retrieving sources...
-> Downloading Postman-linux-x64-9.25.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://dl.pstmn.io/download/version/9.25.0/linux64
Sorry my bad - I installed postman from another package source (not AUR) and did not check that carefully. AUR's postman works perfectly and don't need any electron. Thank you for all your work and really apologize!
Thanks all - what's interesting is that electron11 is not a dependency and not needed for the AUR package.
@mrcai, do you have any non-AUR postman packages installed? (e.g. from postman website or snap package etc.?).
Also, can you post exactly which commands you're using to install the AUR postman? E.g. are you using yay? or checking out the git repo and doing a makepkg -sif
or something?
I still can't reproduce this even with a full chroot build.
Pinned Comments
j.taala commented on 2021-09-17 09:50 (UTC) (edited on 2021-12-21 22:53 (UTC) by j.taala)
@ntfc I was going to go the other way (update to 9.0.1 instead of reverting back to 8.11.1).
P.S. postman are pretty bad at updating their release notes page (even after a new version is out).
If you want to revert to any previous version you can do so by cloning the aur repo and changing the version in the PKGBUILD file and using makepkg to build it (it will download and install that version for you). E.g.:
Edit the
PKGBUILD
file with whatever editor you like: edit line 4 to bepkgver=8.11.1
or whatever version you like, then save and exit out of the editor and runupdpkgsums
will download the file and update sha for file in PKGBUILD so it will install with makepkg