@connesc: you are right, I added the new dependencies.
Search Criteria
Package Details: postman-bin 11.37.1-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: | 1.42 |
First Submitted: | 2016-10-21 18:18 (UTC) |
Last Updated: | 2025-03-20 10:38 (UTC) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 Next › Last »
claudiodangelis commented on 2018-02-20 22:35 (UTC)
vczm commented on 2018-02-05 13:43 (UTC)
Total Installed Size: 207.99 MiB
But in https://aur.archlinux.org/packages/postman/ Total Installed Size: 85.45 MiB
blue commented on 2017-12-05 19:10 (UTC) (edited on 2017-12-05 19:14 (UTC) by blue)
It looks like Postman has moved away from the MIT license. Currently, the source code is not available and the site only refers to the "Postman EULA," which is a commercial license:
https://www.getpostman.com/licenses/postman_base_app
Can you please change the license field in the PKGBUILD to "custom:Postman EULA"?
connesc commented on 2017-10-30 12:50 (UTC) (edited on 2017-10-30 13:15 (UTC) by connesc)
I think there is also a dependency on gtk2.
Without it, I get the following error:
postman: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
PS: regarding the linked dependencies, I would also add alsa-lib, libxtst and nss.
claudiodangelis commented on 2017-09-09 13:46 (UTC) (edited on 2017-09-09 13:47 (UTC) by claudiodangelis)
@Stephen304 hi, the dependency has been added, thanks for pointing it out -- Claudio
Stephen304 commented on 2017-09-08 20:39 (UTC)
This still needs libxss as a dependency fyi.
claudiodangelis commented on 2017-08-14 10:02 (UTC)
Package has been updated.
claudiodangelis commented on 2017-08-04 11:43 (UTC)
Hi everyone, maintainer here, I won't be able to update the package until the next week, thanks for your patience!
freeboson commented on 2017-08-04 02:38 (UTC)
5.1.3 is available (md5: fec71c5ac53f2761c185455d93046f45)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Claudio d'Angelis <claudiodangelis at gmail dot com>
pkgname=postman-bin
-pkgver=5.1.2
+pkgver=5.1.3
pkgrel=1
pkgdesc="Build, test, and document your APIs faster"
arch=('x86_64')
@@ -11,7 +11,7 @@ source=(
"postman.desktop"
)
md5sums=(
- "881f6a2152548ae8dc7fe909733b0d8e"
+ "fec71c5ac53f2761c185455d93046f45"
"ebf1903fa3299a8cf3eb578674ee090f"
)
depends=('gconf')
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