Package Details: rdm-bin 2022.5-1

Git Clone URL: https://aur.archlinux.org/rdm-bin.git (read-only, click to copy)
Package Base: rdm-bin
Description: Cross-platform open source database management tool for Redis ®
Upstream URL: https://resp.app/
Keywords: desktop gui manager rdm redis resp resp.app
Licenses: GPL3
Conflicts: redis-desktop-manager, redis-desktop-manager-bin
Provides: rdm, resp
Submitter: pidario
Maintainer: pidario
Last Packager: pidario
Votes: 7
Popularity: 0.093916
First Submitted: 2020-10-31 15:12 (UTC)
Last Updated: 2022-10-08 15:59 (UTC)

Pinned Comments

pidario commented on 2022-02-05 10:41 (UTC)

Starting from 2022.0, developer decided to rename the application to "resp.app". There is also a slightly different icon (clearing cache might be necessary, since naming for some reason remained the same, but might break in the future). However, here the name will remain "rdm".

Latest Comments

1 2 Next › Last »

pidario commented on 2022-02-12 11:36 (UTC)

Thanks, @raul, just as I thought. Anyway, 2022.0-2 fixes this issue.

raul commented on 2022-02-12 11:08 (UTC)

author also renamed rdm.png to resp.png in this commit (PKGBUILD is still referencing rdm.png)

pidario commented on 2022-02-05 10:41 (UTC)

Starting from 2022.0, developer decided to rename the application to "resp.app". There is also a slightly different icon (clearing cache might be necessary, since naming for some reason remained the same, but might break in the future). However, here the name will remain "rdm".

pidario commented on 2021-12-13 18:26 (UTC)

version 2021.9.1-2 is still built using upstream 2021.9.1 (not 2021.9.2, diff is really minimal) but it's built against python 3.10

pidario commented on 2021-06-27 16:05 (UTC)

@sukanka, done in version 2021.5-2. I also removed botan and libssh2 dependencies (they are makedeps, but since this is a bin package they're not needed).

sukanka commented on 2021-06-27 11:56 (UTC)

could you please add a line provides=('rdm'), so that we can use yay -S rdm to install it?

pidario commented on 2020-12-02 13:13 (UTC) (edited on 2020-12-25 18:23 (UTC) by pidario)

Package broke after Arch updated python to version 3.9 . A simple reinstall should make it work again. Since rdm relies on a lot of dynamic linked librararies, maybe the best way to run it is to use the AppImage file available at https://github.com/pidario/rdm-build/releases/latest/download/rdm.AppImage. Edit: I had to purge yay cache to make it work.

pidario commented on 2020-11-27 10:12 (UTC)

@core00077 You're once again right: the appropriate way of providing remote source files is to add them in the source array, and not to manually download them using curl. Is this what you meant? If you search for neovim-nightly or visual studio code bin aur package they do the same. Sorry, but this is my first aur package.

coreja commented on 2020-11-27 09:29 (UTC) (edited on 2020-11-27 09:39 (UTC) by coreja)

@pidario I've noticed that there're two downloading command in prepare() in your PKGBUILD file. But it's somehow unfriendly to users who don't have smooth access to github. Especially it didn't log out anything when downloading. I would recommand that those files be placed in source code area, along with rdm.desktop since a lot of aur packages does the same, so users know what is happening during installation instead of just waiting for the method prepare().

pidario commented on 2020-11-26 09:35 (UTC)

You were right, I tried to run it in an empty arch container and it indeed missed those python packages. I also needed msgpack. Anyway, I just updated the package.