Package Details: slack-term 0.5.0-4

Git Clone URL: https://aur.archlinux.org/slack-term.git (read-only, click to copy)
Package Base: slack-term
Description: Slack client for your terminal
Upstream URL: https://github.com/jpbruinsslot/slack-term
Licenses: MIT
Submitter: orumin
Maintainer: carsme
Last Packager: carsme
Votes: 14
Popularity: 0.011985
First Submitted: 2017-09-28 10:51 (UTC)
Last Updated: 2024-01-28 23:18 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Pinned Comments

ydallilar commented on 2018-05-27 23:38 (UTC)

Per suggestion, this package is now compiled from source. Alternate bin package is 'slack-term-bin'.

Latest Comments

1 2 Next › Last »

srijan commented on 2022-10-11 17:39 (UTC)

Worked with this diff:

diff --git a/PKGBUILD b/PKGBUILD
index a91b647..17adb3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=0.5.0
 pkgrel=1
 pkgdesc="Slack client for your terminal"
 arch=('x86_64')
-url="https://github.com/erroneousboat/slack-term"
-source=("slack-term-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
+url="https://github.com/jpbruinsslot/slack-term"
+source=("slack-term-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
         "slack-term.json")
 noextract=("slack-term-${pkgver}.tar.gz")
 license=('MIT')

vaygr commented on 2022-09-10 22:10 (UTC)

Because of the owner change on github md5 is no longer valid.

rokidakota commented on 2022-04-30 04:56 (UTC)

Hi! It used to work, but I now get this error when trying to run the program

slack-term: error while loading shared libraries: libgo.so.16: cannot open shared object file: No such file or directory

Any ideas?

ydallilar commented on 2021-12-29 17:33 (UTC)

@leroy84 What do you mean? The latest release in the repo is 0.5.0 (https://github.com/erroneousboat/slack-term/tags).

leroy84 commented on 2021-12-29 15:07 (UTC)

Package doesn't work. And it looks like the original source isn't updated?

https://github.com/erroneousboat/slack-term/issues/36

xescugc commented on 2018-10-27 14:02 (UTC)

v0.4.1 is out

ydallilar commented on 2018-05-27 23:38 (UTC)

Per suggestion, this package is now compiled from source. Alternate bin package is 'slack-term-bin'.

ydallilar commented on 2018-05-27 19:23 (UTC) (edited on 2018-05-27 22:10 (UTC) by ydallilar)

Ok, that is actually weird. It doesn't mean checksum is failing which would say 'FAILED' instead. 'NOT FOUND' means the file is not actually where it is supposed to be (as far as I understand from makepkg source code). I will check on the forums and get back to you.

Edit: Seems like checksums are ok as I thought. Please see the thread https://bbs.archlinux.org/viewtopic.php?id=237470 or follow-up there if you need to.

awc commented on 2018-05-27 18:29 (UTC) (edited on 2018-05-27 18:31 (UTC) by awc)

I don't use an aur helper, but to be sure I deleted and re-cloned the package. Output is the same:

==> Validating source files with md5sums...

LICENSE ... Passed

slack-term ... NOT FOUND

slack-term.json ... Passed

==> ERROR: One or more files did not pass the validity check!