From 93c97ee5085aef790aeefe828c7299fab993339a Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 5 Feb 2020 20:20:21 +0100 Subject: [PATCH] profanity: update to 0.8.0. --- srcpkgs/profanity/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template index 8522560242f..5141ad868b1 100644 --- a/srcpkgs/profanity/template +++ b/srcpkgs/profanity/template @@ -1,6 +1,6 @@ # Template file for 'profanity' pkgname=profanity -version=0.7.1 +version=0.8.0 revision=1 build_style=gnu-configure configure_args="$(vopt_enable notify notifications) $(vopt_enable otr) @@ -15,9 +15,9 @@ checkdepends="cmocka-devel" short_desc="Console based XMPP client" maintainer="Anthony Iliopoulos " license="GPL-3.0-or-later" -homepage="http://www.profanity.im/" +homepage="https://profanity-im.github.io/" distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz" -checksum=3fe442948ff2ee258681c3812e878d39179dcf92e1c67bc8fe0ef8896440b05b +checksum=1aad7416dee34b7491cccba4fd6f7a744c0e4686d9c7eae061e4876a8a0db7c7 export LIBS="-lm"