@aminvakil, done.
Search Criteria
Package Details: postman-bin 11.31.0-1
Package Actions
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) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 22 Next › Last »
j.taala commented on 2021-05-25 10:45 (UTC)
aminvakil commented on 2021-05-25 08:39 (UTC)
Please add conflicts=('postman') provides=('postman') to PKGBUILD.
kkzone commented on 2021-05-23 04:55 (UTC)
8.5.1 is out
alumni commented on 2021-04-26 12:31 (UTC)
I get this during the installation:
warning: could not get file information for opt/postman/app/resources/app/node_modules/electron-json-storage/node_modules/async/node_modules/lodash/fp/isSet.js
It doesn't affect the installation, just that some GUIs like Pamac GTK say that something went wrong.
j.taala commented on 2021-01-30 00:45 (UTC)
Thanks @superhansel - have updated to 8.0.3 which allows to remove the nag banner when offline (huzzah!).
bartoszw commented on 2020-12-23 10:08 (UTC)
After recent update postman stopped working for me, resulting in error:
postman.desktop[143763]: electron7: error while loading shared libraries: libre2.so.8: cannot open shared object file: No such file or directory
for me problem was resolved by installing electron7-bin
AUR package (which conflicted with electron7
package):
yay -S electron7-bin
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.
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