Package Details: postman-bin 11.28.4-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: 294
Popularity: 3.18
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2025-01-20 20:45 (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

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 Next › Last »

claudiodangelis commented on 2018-09-16 07:42 (UTC)

Hi gitterrost4, I don't think this is possible to do in PKGBUILD though. PKGBUILD contains information used by makepkg to build and install the package into a fakeroot environment, which is subsequently compressed into a package file and eventually installed into the system by pacman.

I need to do more research on this, many thanks for pointing it out.

gitterrost4 commented on 2018-09-11 14:17 (UTC)

According to this thread, upgrading should involve clearing the installation directory first. Otherwise it leads to unexpected behavior. Is that possible to do in the PKGBUILD?

https://github.com/postmanlabs/postman-app-support/issues/5039#issuecomment-416453456

tperraut commented on 2018-07-27 20:36 (UTC)

Just change pkgver for 6.2.2 and first md5sums for 657568caeb0bdaef8e0aff8dbfc99fbb

anemo commented on 2018-07-26 21:19 (UTC)

6.2.1 released

https://dl.pstmn.io/download/version/6.2.1/linux64

claudiodangelis commented on 2018-06-20 08:12 (UTC) (edited on 2018-06-20 08:14 (UTC) by claudiodangelis)

Hi @bashM0nk3y, you are passing the wrong argument, the correct command is:

sudo pacman -U postman-bin-6.1.3-2-x86_64.pkg.tar.xz

For completeness, the argument you're using, Postman-linux-x64-6.1.3.tar.gz, is not the package built for the installation but the source package as it is relased by Postman.

bashM0nk3y commented on 2018-06-20 02:01 (UTC) (edited on 2018-06-20 14:48 (UTC) by bashM0nk3y)

[user@host:postman-bin]$ sudo pacman -U Postman-linux-x64-6.1.3.tar.gz
[sudo] password for user:
loading packages...
error: missing package metadata in Postman-linux-x64-6.1.3.tar.gz
error: 'Postman-linux-x64-6.1.3.tar.gz': invalid or corrupted package

EDIT: Sorry guys, it might help if I try to install the actual pkg huh? lol Thanks claudiodangelis!

claudiodangelis commented on 2018-06-08 12:53 (UTC)

Many thanks @libertylocked and @wshuman3, I just fixed the icon link.

libertylocked commented on 2018-06-04 01:55 (UTC)

The icon link is broken. It should be /opt/postman/app/resources/app/assets/icon.png instead of /opt/postman/resources/app/assets/icon.png

wshuman3 commented on 2018-05-30 18:38 (UTC)

Looks like the structure changed on the project and that broke the icon link.

ijann commented on 2018-05-24 15:44 (UTC)

Hi, where did you get version 6.1.2-2 if on the web this version 6.0.10 is up to the date of March 24, 2018

https://www.getpostman.com/apps

At the end of the page are the updates with their dates.