From b2e05ff1cdc21a7ccbf01c2ba7a6717a91c65f22 Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Mon, 26 Jul 2021 12:42:14 +0300 Subject: [PATCH 1/2] conky: update to 1.12.2. --- srcpkgs/conky/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template index 7b66de0573a004..d50cbcfbd11976 100644 --- a/srcpkgs/conky/template +++ b/srcpkgs/conky/template @@ -1,7 +1,7 @@ # Template file for 'conky' # Keep in sync with 'conky-cli' pkgname=conky -version=1.12.1 +version=1.12.2 revision=1 build_style=cmake conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf" @@ -19,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=c95ac686a1095d29c2f44cfc3849b80ce9a0aba1e054fd6105d10af04bb2d8a8 +checksum=a7eb112fe7a6bcd6c44706a53cbf6222e640cd1e585492fc654aa9e05a7bbc94 post_install() { vmkdir etc/conky From af9866f0f6b570b8e66616e204f4662d882741e1 Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Mon, 26 Jul 2021 12:42:21 +0300 Subject: [PATCH 2/2] conky-cli: update to 1.12.2. --- srcpkgs/conky-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/conky-cli/template b/srcpkgs/conky-cli/template index d4476396432549..9e56e9ad43099e 100644 --- a/srcpkgs/conky-cli/template +++ b/srcpkgs/conky-cli/template @@ -1,7 +1,7 @@ # Template file for 'conky-cli' # Keep in sync with 'conky' pkgname=conky-cli -version=1.12.1 +version=1.12.2 revision=1 wrksrc="${pkgname/-cli/}-${version}" build_style=cmake @@ -18,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=c95ac686a1095d29c2f44cfc3849b80ce9a0aba1e054fd6105d10af04bb2d8a8 +checksum=a7eb112fe7a6bcd6c44706a53cbf6222e640cd1e585492fc654aa9e05a7bbc94 provides="conky-${version}_${revision}" conflicts="conky>=0"