From 8fd6238ca97f8eda7c2e722a247065a71770dcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 14 Jan 2023 15:19:22 +0100 Subject: [PATCH] prs: update to 0.4.1. --- srcpkgs/prs/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/prs/template b/srcpkgs/prs/template index 21a8a055fa85..20b8e14ac13f 100644 --- a/srcpkgs/prs/template +++ b/srcpkgs/prs/template @@ -1,6 +1,6 @@ # Template file for 'prs' pkgname=prs -version=0.3.5 +version=0.4.1 revision=1 build_style=cargo make_install_args="--path ./cli" @@ -11,8 +11,9 @@ short_desc="Pass compatible password manager written in Rust" maintainer="Jan Christian Grünhage " license="GPL-3.0-only" homepage="https://timvisee.com/projects/prs/" -distfiles="https://github.com/timvisee/prs/archive/refs/tags/v${version}.tar.gz" -checksum=5f5e0d18a301bc7bc36bba9f5a810b97ddf0260b16e02eee550ba8b044612b6f +changelog="https://gitlab.com/timvisee/prs/-/raw/master/CHANGELOG.md" +distfiles="https://gitlab.com/timvisee/prs/-/archive/v${version}/prs-v${version}.tar.gz" +checksum=1a0bfd88e66c8da7c9e3e9fee650b46ef3ccdb08f2f7d8745953b8e79648bf6c prs-gtk3_package() { short_desc="GTK3 frontend for prs"