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 .. 15 16 17 18 19 20 21 Next › Last »

ArchNoob commented on 2017-01-04 07:01 (UTC)

Hi, When i upload a file/picture with form-data i get this message "(node:14595) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead." Can you please update the corresponding code.

alpertuna commented on 2016-12-29 00:51 (UTC)

Hi, it needs 'libgconf-2.so.4', so please add 'gconf' as dependency

claudiodangelis commented on 2016-12-23 11:26 (UTC)

@atriix thank you for the information, this package is now using the static URL scheme.

atriix commented on 2016-12-22 21:21 (UTC)

@claudiodangelis The Postman creators have responded with a static URL scheme. Static version links looks like this https://dl.pstmn.io/download/version/4.9.3/linux64, see https://github.com/postmanlabs/postman-app-support/issues/2461.

claudiodangelis commented on 2016-12-14 21:29 (UTC)

@agostonbarna: a desktop file has been added, thanks for the headsup. @yurivecchi: everything should be OK now.

yurivecchi commented on 2016-12-06 18:15 (UTC)

checksum mismatching? bf8aa61631ad846ff1d7772cb4988646 Postman-linux-x64-4.9.1.tar.gz

agostonbarna commented on 2016-11-14 10:53 (UTC) (edited on 2016-11-14 10:54 (UTC) by agostonbarna)

@claudiodangelis: Could you include a desktop file? Something like this (/usr/share/applications/postman.desktop): [Desktop Entry] Name=Postman Comment=Postman GenericName=Postman Exec=postman %U Icon=/opt/postman/resources/app/assets/icon.png Terminal=false Type=Application StartupNotify=true Categories=Development;Utility; StartupWMClass=postman

claudiodangelis commented on 2016-11-10 23:59 (UTC)

@atriix: many thanks for the headsup, the downloaded filename is now unique for each version.

atriix commented on 2016-11-10 20:05 (UTC)

@jeffska I believe this is because the download don't change name per version, ie the file is always called `linux?arch=64`. So if your aur client cache things it won't download the new version. This hit me just now with pacaur. @claudiodangelis Please name the download so it is unique with each version. ie set the source to something along these lines. source=("Postman-linux-x64-${pkgver}.tar.gz::https://dl.pstmn.io/download/latest/linux?arch=64")

jeffska commented on 2016-10-28 02:38 (UTC)

Thanks. Not sure why the version I downloaded from the browser _after_ makepkg failed would have been the older version. But such are the strange ways of the internet.