summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorny-a2020-10-03 15:51:42 +0900
committerny-a2020-10-03 15:51:42 +0900
commitade0b0a78a0174613858d5bcaa884d2a6d6e1527 (patch)
tree2aa1232766c03965d7745f7ad4097f3e2e42a1ea
parentd5f5357f2b3b8155531a20b37b86d61bd40982fa (diff)
downloadaur-ade0b0a78a0174613858d5bcaa884d2a6d6e1527.tar.gz
Update to 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6263362e0a75..26a37a4ec472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tiny-irc-client
pkgdesc = Console IRC client written in Rust
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/osa1/tiny
arch = i686
@@ -10,8 +10,8 @@ pkgbase = tiny-irc-client
makedepends = git
makedepends = rustup
depends = libdbus
- source = https://github.com/osa1/tiny/archive/v0.6.0.tar.gz
- md5sums = 1c1413cf7b8eb70e952938673d27fbe4
+ source = https://github.com/osa1/tiny/archive/v0.7.0.tar.gz
+ md5sums = 13046d60e7a501b29a56cebe9911c9fa
pkgname = tiny-irc-client
diff --git a/PKGBUILD b/PKGBUILD
index 0c974b04cde4..bd2d249bf474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=tiny-irc-client
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='Console IRC client written in Rust'
arch=(i686 x86_64 aarch64)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(libdbus)
makedepends=(git rustup)
source=("https://github.com/osa1/tiny/archive/v${pkgver}.tar.gz")
-md5sums=('1c1413cf7b8eb70e952938673d27fbe4')
+md5sums=('13046d60e7a501b29a56cebe9911c9fa')
build() {
cd "${srcdir}/tiny-${pkgver}"