Hi, maintainer here, I won't be able to update this package to the new version of Postman before the second week of August. Thanks everyone for your patience, Claudio
Search Criteria
Package Details: postman-bin 11.45.2-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: | 298 |
Popularity: | 3.55 |
First Submitted: | 2016-10-21 18:18 (UTC) |
Last Updated: | 2025-05-15 21:59 (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 »
claudiodangelis commented on 2019-08-01 08:21 (UTC)
hendry commented on 2019-07-10 03:29 (UTC)
Postman has been unstable after a few minutes for me. Anyone else?
msudgh commented on 2019-06-25 06:15 (UTC)
postman binary needs to run with root permission. please reconsider to change ownership of the binary file.
claudiodangelis commented on 2019-04-23 09:37 (UTC)
@lgatica fixed, thanks.
<deleted-account> commented on 2019-04-22 20:46 (UTC)
@claudiodangelis there is new release available (7.0.9) https://www.getpostman.com/downloads/release-notes
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)
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