You guys may need delete the '~/.config/Postman' manually before install, if you can't launch it.
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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 22 Next › Last »
Peven commented on 2019-08-07 10:55 (UTC)
claudiodangelis commented on 2019-08-04 04:59 (UTC)
Done, thanks.
j.taala commented on 2019-08-04 02:55 (UTC)
Yep, have already done so. Although for me to push you'll need to add me as a co-maintainer (see 'manage co-maintainers' in the package actions to the right and you can add 'j.taala').
claudiodangelis commented on 2019-08-03 07:46 (UTC)
Hi @j.taala, that would be absolutely useful.
Everything you need to do is to set the right pkgver and replace the first md5sum (line 14) with the one of the new version downloaded from Postman site.
Many thanks for your help!
j.taala commented on 2019-08-03 00:21 (UTC) (edited on 2019-08-03 00:22 (UTC) by j.taala)
Hey claudiodangelis, I'm happy to be a co-maintainer so let me know if you could use some help while your busy first week of August. I've cloned and updated your PKGBUILD (locally of course) to 7.3.5 and have done some preliminary testing. Jay.
claudiodangelis commented on 2019-08-01 08:21 (UTC)
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
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.
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