From f5bca0ebcf6afff0a51e80e30966a3f4b67a4317 Mon Sep 17 00:00:00 2001 From: Barbaross Date: Mon, 23 May 2022 12:31:00 -0400 Subject: [PATCH] remind: update to 04.00.00 --- srcpkgs/remind/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/remind/template b/srcpkgs/remind/template index 99f5d9626d79..3727bbdca001 100644 --- a/srcpkgs/remind/template +++ b/srcpkgs/remind/template @@ -1,12 +1,18 @@ # Template file for 'remind' pkgname=remind -version=03.03.01 +version=04.00.00 revision=1 +create_wrksrc=yes build_style=gnu-configure hostmakedepends="pkg-config" short_desc="Sophisticated calendar and alarm program" maintainer="Farhad Shahbazi " license="GPL-2.0-only" homepage="https://dianne.skoll.ca/projects/remind/" -distfiles="https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz" -checksum=d1a164d1c2d1e963d5f1f251457a8065cae12f36e3914cac1e54275180499478 +distfiles="https://git.skoll.ca/Skollsoft-Public/Remind/archive/${version}.tar.gz" +checksum=f4622528c2646540c189a58c2a07fc8a8a50276ce82aa974c54a68abe6ad3c64 + +post_extract() { + mv ./remind/* . + rm -rf ./remind +}