summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreoli3n2021-03-25 20:17:15 +0100
committereoli3n2021-03-25 20:17:15 +0100
commit43dc6ae83325da584d759105bba63a85b4ce6e6d (patch)
tree15af7cad8e70c0623346f759b969e6ca51280829 /PKGBUILD
parent81d897be4f82e0875f21b827050a353d0ab50055 (diff)
downloadaur-43dc6ae83325da584d759105bba63a85b4ce6e6d.tar.gz
update to 0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9451061ed50c..2aab62aa3de1 100644
--- 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() {