summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"