Postman fucked something up again, it used to say the latest is 8.12.2, now it's 8.11.1, but in the app it said that version 9.0.1 is out. Really messy
Search Criteria
Package Details: postman-bin 11.19.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: | 289 |
Popularity: | 2.44 |
First Submitted: | 2016-10-21 18:18 (UTC) |
Last Updated: | 2024-11-12 20:35 (UTC) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 21 Next › Last »
uchihatobi123 commented on 2021-09-17 09:17 (UTC)
j.taala commented on 2021-06-10 22:07 (UTC) (edited on 2021-06-10 22:09 (UTC) by j.taala)
Hey @lmat, no, the package is not out of date. That error points to some issue with your system. What OS, ver are you running?
Anyone else seeing this?
I would suggest making sure your system is up to date and building postman-bin clean with:
git clone https://aur.archlinux.org/postman-bin.git
cd postman-bin
makepkg -sif
lmat commented on 2021-06-10 20:01 (UTC)
I just installed this and did a system upgrade. When launching postman, I get
electron7: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or directory
pacman -Ql | \grep libicuio\.so;
shows
icu /usr/lib/libicuio.so
icu /usr/lib/libicuio.so.69
icu /usr/lib/libicuio.so.69.1
Does that mean that the package is out of date?
j.taala commented on 2021-05-25 10:45 (UTC)
@aminvakil, done.
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
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 makepkgj.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.