From 92123134ef31e079fdf4c7de6bc0e12573f5ae04 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Mon, 8 Mar 2021 16:21:27 +0100 Subject: [PATCH 1/2] conky: update to 1.12.1. --- srcpkgs/conky/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template index b53d5dc34d57e2..8b95a628edfbcf 100644 --- a/srcpkgs/conky/template +++ b/srcpkgs/conky/template @@ -1,6 +1,7 @@ # Template file for 'conky' +# Keep in sync with 'conky-cli' pkgname=conky -version=1.11.6 +version=1.12.1 revision=1 build_style=cmake conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf" @@ -18,7 +19,7 @@ maintainer="Orphaned " license="BSD-3-Clause, GPL-3.0-or-later" homepage="https://github.com/brndnmtthws/conky" distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz" -checksum=e7c01e4910744851e05f85f0a0aab3f5068215b1af850515189ac40e7deeb26d +checksum=c95ac686a1095d29c2f44cfc3849b80ce9a0aba1e054fd6105d10af04bb2d8a8 post_install() { vmkdir etc/conky From fa5e9190dfccfda8b77d7bb9fc48ea561c5253e3 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Mon, 8 Mar 2021 16:21:44 +0100 Subject: [PATCH 2/2] conky-cli: update to 1.12.1. --- srcpkgs/conky-cli/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/conky-cli/template b/srcpkgs/conky-cli/template index 4dcfd8deb731dc..b61bdcca0504b0 100644 --- a/srcpkgs/conky-cli/template +++ b/srcpkgs/conky-cli/template @@ -1,6 +1,7 @@ # Template file for 'conky-cli' +# Keep in sync with 'conky' pkgname=conky-cli -version=1.11.6 +version=1.12.1 revision=1 wrksrc="${pkgname/-cli/}-${version}" build_style=cmake @@ -17,7 +18,7 @@ maintainer="Orphaned " license="BSD-3-Clause, GPL-3.0-or-later" homepage="https://github.com/brndnmtthws/conky" distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz" -checksum=e7c01e4910744851e05f85f0a0aab3f5068215b1af850515189ac40e7deeb26d +checksum=c95ac686a1095d29c2f44cfc3849b80ce9a0aba1e054fd6105d10af04bb2d8a8 provides="conky-${version}_${revision}" conflicts="conky>=0"