summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreoli3n2021-03-25 20:17:15 +0100
committereoli3n2021-03-25 20:17:15 +0100
commit43dc6ae83325da584d759105bba63a85b4ce6e6d (patch)
tree15af7cad8e70c0623346f759b969e6ca51280829
parent81d897be4f82e0875f21b827050a353d0ab50055 (diff)
downloadaur-43dc6ae83325da584d759105bba63a85b4ce6e6d.tar.gz
update to 0.8.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ba6a85ec1f4..7d340334db96 100644
--- 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
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() {