Package Details: postman-bin 11.15.0-1

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: 287
Popularity: 2.48
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2024-10-06 10:21 (UTC)

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.:

git clone https://aur.archlinux.org/postman-bin.git
cd postman-bin

Edit the PKGBUILD file with whatever editor you like: edit line 4 to be pkgver=8.11.1 or whatever version you like, then save and exit out of the editor and run

updpkgsums
makepkg -sif

updpkgsums will download the file and update sha for file in PKGBUILD so it will install with makepkg

j.taala commented on 2020-11-21 20:10 (UTC)

Have now updated to to 7.36.0, which apparently resolves the issue in the original 7.35.0 update. Thanks to @hertog and @fagianijunior for the heads up.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 21 Next › Last »

j.taala commented on 2020-11-21 20:10 (UTC)

Have now updated to to 7.36.0, which apparently resolves the issue in the original 7.35.0 update. Thanks to @hertog and @fagianijunior for the heads up.

fagianijunior commented on 2020-11-21 16:59 (UTC)

Package out dated, v7.36.0 realesed

hertog commented on 2020-11-21 16:03 (UTC)

Hey @j.taala, just an FYI. Postman today released a new version of their application, 7.36 to be exact. More information can be found here: https://community.postman.com/t/what-s-new-in-postman-7-36/17914, as mentions in their changelogs (https://www.postman.com/downloads/release-notes/), it also resolves the issue which appeared in 7.35.0.

j.taala commented on 2020-11-10 21:29 (UTC) (edited on 2020-11-10 21:42 (UTC) by j.taala)

All, please note that postman.com has taken down 7.35.0 due to an auth bug (see comments in https://community.postman.com/t/what-s-new-in-postman-7-35/17306/6).

For now I've reverted to 7.34.0 (as postman recommends). Will update once they have released a fixed version.

If you are on version 7.35.0 (and it is working fine for you) I suggest you don't downgrade - I had to delete my postman config (rm -rf ~/.config/Postman) when downgrading from 7.35.0 to 7.34.0!

j.taala commented on 2020-09-30 21:57 (UTC) (edited on 2020-09-30 22:01 (UTC) by j.taala)

Hey @louisnow, like @shastry mentioned looks to be an issue with your aur helper. Would suggest using no aur helper or use the more standard yay:

sudo pacman -S yay
yay -S postman-bin

Or just use makepkg directly (no aur helper):

git clone https://aur.archlinux.org/postman-bin.git
cd postman-bin
makepkg -sif

shastry commented on 2020-09-30 18:10 (UTC) (edited on 2020-09-30 18:11 (UTC) by shastry)

@louisnow, HTTP 416 means range not satisfiable. Very likely you already have a bad download. Try with a clean folder. Could also be a helper issue. Try without an aur helper.

louisnow commented on 2020-09-30 17:50 (UTC)

Can't update to latest version of Postman. I'm using pamac on Manjaro

curl: (22) The requested URL returned error: 416
==> ERROR: Failure while downloading https://dl.pstmn.io/download/version/7.33.1/linux64

When I access the download URL in the browser, I'm able to download it but my package manager fails, tried with a VPN too, no luck.

j.taala commented on 2020-07-15 10:44 (UTC)

Thanks @shastry, have added that option (saves over a minute in packaging time). Cheers.

shastry commented on 2020-07-15 04:21 (UTC)

Can you please enable !strip option? Otherwise this takes a very long time to package.

options=('!strip')

j.taala commented on 2020-07-14 12:37 (UTC) (edited on 2020-07-14 12:38 (UTC) by j.taala)

All good Rulatir, thanks for the heads-up.