@claudiodangelis there is new release available (7.0.9) https://www.getpostman.com/downloads/release-notes
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 .. 11 12 13 14 15 16 17 18 19 20 21 22 Next › Last »
<deleted-account> commented on 2019-04-22 20:46 (UTC)
mitchhentges commented on 2018-12-18 16:45 (UTC)
@Musikolo that worked for me, thanks!
Musikolo commented on 2018-12-18 03:35 (UTC)
@mitchhentges , I think this should work for you:
wget https://aur.archlinux.org/cgit/aur.git/snapshot/postman-bin.tar.gz && \
tar xvfz postman-bin.tar.gz && \
cd postman-bin && \
makepkg -crsi
I hope it helps!
mitchhentges commented on 2018-12-18 02:19 (UTC)
I'm getting the following error when I install:
error: could not extract /opt/postman/app/icudtl.dat (Lzma library error: No progress is possible)
Cyrius1337 commented on 2018-11-08 09:37 (UTC)
There is an update, edit the PKGBUILD with this New version 6.5.2 MD5 Checksum : 1a7eac7b81b0ba3d89c90e19af1d2a37
vczm commented on 2018-10-15 08:19 (UTC) (edited on 2018-10-15 08:20 (UTC) by vczm)
Can't run the application after Last Updated: 2018-10-14 15:55
Uncaught Exception:
Error: EIO: i/o error, write
at Object.fs.writeSync (fs.js:741:20)
at SyncWriteStream._write (internal/fs.js:74:6)
at doWrite (_stream_writable.js:371:12)
at writeOrBuffer (_stream_writable.js:357:5)
at SyncWriteStream.Writable.write (_stream_writable.js:274:11)
at Console.log (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/winston/lib/winston/transports/console.js:77:23)
at Console._write (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/winston-transport/index.js:102:17)
at doWrite (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at Console.Writable.write (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at DerivedLogger.ondata (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_readable.js:619:20)
at emitOne (events.js:115:13)
at DerivedLogger.emit (events.js:210:7)
at addChunk (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_readable.js:291:12)
at readableAddChunk (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_readable.js:278:11)
at DerivedLogger.Readable.push (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_readable.js:245:10)
at DerivedLogger.Transform.push (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_transform.js:148:32)
at DerivedLogger._transform (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/winston/lib/winston/logger.js:235:12)
at DerivedLogger.Transform._read (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_transform.js:184:10)
at DerivedLogger.Transform._write (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_transform.js:172:83)
at doWrite (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/opt/postman/app/resources/app/node_modules/@postman-app/logger/node_modules/readable-stream/lib/_stream_writable.js:417:5)
claudiodangelis commented on 2018-10-14 15:56 (UTC)
@onlineamateur thanks, I added the handler to the desktop file. Can you please confirm it is working correctly now?
Thanks, C.
onlineamateur commented on 2018-10-04 14:21 (UTC)
Links using the "postman" protocol don't work with the provided desktop file. I was able to get it working by adding the following line: MimeType=x-scheme-handler/postman
Any chance we could get the package updated with this @claudiodangelis?
YeeP commented on 2018-10-02 02:59 (UTC)
After the latest update I am having an issue with the Postman GUI. When I click into another window (after postman is running and I send a request), the entire Postman window goes black (except for the header with the minimize/maximize/close buttons). Any ideas on this would be much appreciated as I use Postman daily for development testing. For the time being, I have resigned myself to several terminal windows running curl commands...
Thank you
kdehairy commented on 2018-09-27 10:58 (UTC) (edited on 2018-09-27 10:59 (UTC) by kdehairy)
@claudiodangelis, you can execute some commands on a predefined phases (one of which is pre_upgrade). have a look at https://wiki.archlinux.org/index.php/PKGBUILD. look for the "install" variable
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