tiny-irc-client-git

PKGBUILD for an irc client written in Rust
git clone git://git.wrycode.com/wrycode/AUR/tiny-irc-client-git.git
Log | Files | Refs

commit 43dc6ae83325da584d759105bba63a85b4ce6e6d
parent 81d897be4f82e0875f21b827050a353d0ab50055
Author: eoli3n <jkirsz@gmail.com>
Date:   Thu, 25 Mar 2021 20:17:15 +0100

update to 0.8.0

Diffstat:
M.SRCINFO | 4++--
MPKGBUILD | 6+++---
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tiny-irc-client-git pkgdesc = A console IRC client - pkgver = 0.7.0 - pkgrel = 2 + pkgver = 0.8.0 + pkgrel = 1 url = https://github.com/osa1/tiny arch = x86_64 license = MIT diff --git a/PKGBUILD b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Nick Econopouly <wry at mm dot st> pkgname=tiny-irc-client-git -pkgver="0.7.0" -pkgrel=2 +pkgver="0.8.0" +pkgrel=1 pkgdesc="A console IRC client" arch=('x86_64') provides=('tiny') @@ -25,7 +25,7 @@ build() { # build tiny cd tiny - cargo install --path tiny --features=desktop-notifications + cargo install --path crates/tiny --features=desktop-notifications } package() {