Package Details: tiny-git 0.11.0.r21.65f367e-2

Git Clone URL: https://aur.archlinux.org/tiny-git.git (read-only, click to copy)
Package Base: tiny-git
Description: A terminal IRC client written in Rust
Upstream URL: https://github.com/osa1/tiny
Licenses: MIT
Conflicts: tiny
Provides: tiny
Replaces: tiny-irc-client-git
Submitter: ralphptorres
Maintainer: ralphptorres
Last Packager: ralphptorres
Votes: 3
Popularity: 0.000000
First Submitted: 2023-12-04 18:12 (UTC)
Last Updated: 2023-12-10 05:38 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

mauledbyakodiak commented on 2022-02-11 09:51 (UTC) (edited on 2022-02-11 09:52 (UTC) by mauledbyakodiak)

libtiny_tui fails on compilation:

error[E0658]: use of unstable library feature 'str_split_once': newly added
   --> crates/libtiny_tui/src/key_map.rs:215:35
    |
215 |                 let key_combo = v.split_once('_');
    |                                   ^^^^^^^^^^
    |
    = note: see issue #74773 <https://github.com/rust-lang/rust/issues/74773> for more information

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: could not compile `libtiny_tui`

wrycode commented on 2021-05-12 15:43 (UTC)

Thanks, done. Also switched to the stable Rust toolchain.

aulonsal commented on 2021-05-09 23:22 (UTC) (edited on 2021-05-09 23:23 (UTC) by aulonsal)

Please edit the package to provide and conflict with tiny-irc-client instead of tiny. The following patch does this:

diff --git a/PKGBUILD b/PKGBUILD
index 2aab62a..fa0591f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@ pkgver="0.8.0"
 pkgrel=1
 pkgdesc="A console IRC client"
 arch=('x86_64')
-provides=('tiny')
+provides=('tiny-irc-client')
+conflicts=('tiny-irc-client')
 url="https://github.com/osa1/tiny"
 license=('MIT')
 depends=('openssl' 'dbus')

wrycode commented on 2020-12-04 01:20 (UTC)

Done. Thanks for helping.

eoli3n commented on 2020-12-02 16:53 (UTC)

You contacted me on IRC, but on my workstation, wrong account. Add me as comaintainer yes

eoli3n commented on 2020-11-22 20:47 (UTC) (edited on 2020-11-22 20:47 (UTC) by eoli3n)

Thanks Can you also add desktop notification feature ? as cargo install --path tiny --features=desktop-notifications https://github.com/osa1/tiny/issues/267#issuecomment-730333101

wrycode commented on 2020-11-19 20:52 (UTC)

Updated mkdir flag and version.

The best way to build this package is to use your existing Rust installation but PKGBUILDs aren't supposed to modify other files in $HOME (hence the temporary RUSTUP_HOME situation).

eoli3n commented on 2020-11-19 12:17 (UTC)

you need to add -p to "mkdir nightly" command. At the second build, it fails with "directory already exists".

a22a-dev commented on 2020-10-30 16:17 (UTC)

update the client plzz