From acc514296e5e7128985056d62a293a2bd2fd46f3 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Fri, 14 May 2021 01:58:08 +0200 Subject: [PATCH] tiny: udpate to 0.9.0. --- srcpkgs/tiny/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template index d46b594b09bd..06dcedae6cbb 100644 --- a/srcpkgs/tiny/template +++ b/srcpkgs/tiny/template @@ -1,8 +1,8 @@ # Template file for 'tiny' pkgname=tiny -version=0.8.0 +version=0.9.0 revision=1 -build_wrksrc="tiny" +build_wrksrc="crates/tiny" build_style=cargo configure_args="--no-default-features --features=desktop-notifications --features=tls-native" hostmakedepends="pkg-config" @@ -11,9 +11,9 @@ short_desc="Tiny terminal IRC client" maintainer="eoli3n " license="MIT" homepage="https://github.com/osa1/tiny" -distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz" -checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447 +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum=63e11c8b2708b26311f97d8bef5fba4618ff4212b0b98c21e8ad005a2fd8fe32 post_install() { - vlicense ../LICENSE + vlicense ../../LICENSE }