Package Details: postman-bin 11.31.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: 295
Popularity: 3.55
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2025-02-03 22:15 (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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 22 Next › Last »

wooque commented on 2019-11-21 08:21 (UTC)

@j.taala gtk3 is needed thou

claudiodangelis commented on 2019-11-21 08:20 (UTC)

Thanks for checking, @j.taala. Would you like to be the new owner of this package?

j.taala commented on 2019-11-21 01:50 (UTC)

Hey @claudiodangelis, confirmed with clean chroot build that deps gconf and gtk2 are not needed and have removed them. Any issues just let me know.

wooque commented on 2019-11-17 13:20 (UTC) (edited on 2019-11-17 13:21 (UTC) by wooque)

@claudiodangelis @j.taala

same with gtk2

postman works fine without it, no binary links it, /opt/postman/app/_Postman links libgtk-3

wooque commented on 2019-11-17 13:08 (UTC) (edited on 2019-11-17 13:08 (UTC) by wooque)

@claudiodangelis @j.taala

Is gconf really needed anymore?

I removed it from PKGBUILD, because it's pulling python2 and postman is working fine.

I did ldd on binaries in /opt/postman/app and none of them link libgconf

debugbb commented on 2019-10-21 08:09 (UTC) (edited on 2019-10-21 08:30 (UTC) by debugbb)

I couldn't sync, tried reinstalling, still couldn't sync. [version:postman-bin 7.9.0-1]

j.taala commented on 2019-10-11 11:51 (UTC)

Yeah, I was trying to race you :-) All good, thanks claudiodangelis.

claudiodangelis commented on 2019-10-11 11:44 (UTC)

Hi, nothing wrong with your package! I automatically manage the updates with a shell script, I guess we've pushed updates almost at the same time.

Cheers, Claudio

j.taala commented on 2019-10-11 11:40 (UTC)

P.S. I've rechecked and tested 7.9.0 (and am running it now) and repushed the update. Can't see any issues - but if you have found an issue feel free to revert back to 7.8.0. Cheers, Jay.

j.taala commented on 2019-10-11 11:38 (UTC) (edited on 2019-10-11 11:41 (UTC) by j.taala)

Hey @claudiodangelis, looks like you reverted back to 7.8.0 from my previous update for 7.9.0 - was there an issue with the 7.9.0 update I packaged?