Package Details: scrt 9.6.1-0

Git Clone URL: https://aur.archlinux.org/scrt.git (read-only, click to copy)
Package Base: scrt
Description: Vandyke SecureCRT SSH Client
Upstream URL: http://www.vandyke.com/products/securecrt/
Keywords: sftp ssh
Licenses: custom
Submitter: raymii
Maintainer: kazaii
Last Packager: kazaii
Votes: 12
Popularity: 0.000081
First Submitted: 2015-12-05 18:45 (UTC)
Last Updated: 2024-12-20 03:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »

kazaii commented on 2021-09-02 20:26 (UTC) (edited on 2021-09-02 20:28 (UTC) by kazaii)

Hi everyone. I saw the 9.1 release in my RSS feed. Thank you also to the user, @kistlin, who reported the package quickly.

Unfortunately, my PC with my ssh key for the git repo is currently down (my Ryzen 3900X is dead). Hoping to get a new 5900X next week. I will check to see if I have it in my Restic backups as well.

I will likely clean up my X260 I am currently typing this from and test a new build shortly. Please be patient, if this is not tonight, I'll publish by the weekend.

kazaii commented on 2021-06-23 21:07 (UTC)

Version 9.0.2 is now available; Thanks for your patience.

kazaii commented on 2021-06-22 00:06 (UTC)

@caldog20. Thanks! Sure, I've added you as a co-maintainer, but feel free to opt out at any time. Sometimes life takes us on new adventures and that's okay.

caldog20 commented on 2021-06-21 23:16 (UTC)

@kazii, you are now maintainer. I can stay on as a co-maintainer if you want.

caldog20 commented on 2021-06-21 23:14 (UTC)

@kazii, you are listed as a co-maintainer. But if you want, I can disown the package and you can request to own it. Unless there is a better way to transfer the maintainer to you.

kazaii commented on 2021-06-21 23:12 (UTC)

@caldog20: Yes, I will take over the package, if you'd like. You could also remain co-maintainer or a contributor, if you'd like.

caldog20 commented on 2021-06-21 22:37 (UTC)

If someone wants to take over this package I would be happy to hand it over. I don't have as much time as before to keep it maintained.

kazaii commented on 2021-05-28 03:32 (UTC)

Here's the full pkgbuild with pkgver, md5sum etc. and allowed me to build with 9.0.2

https://pastebin.com/9C0TMbAC

kazaii commented on 2021-05-28 03:09 (UTC) (edited on 2021-05-28 03:13 (UTC) by kazaii)

There's a space now in the depends section

depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups'
                'libpng' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'openssl'
                'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-
                util-renderutil' 'xcb-util-wm' 'zlib' 'icu66')

should become

depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups'
                'libpng' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'openssl'
                'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'zlib' 'icu66')

The above will fix it, the space / new line is in 'xcb-util-renderutil'

caldog20 commented on 2021-05-05 00:45 (UTC) (edited on 2021-05-05 00:45 (UTC) by caldog20)

Fixed space typo per enderst's comment below.