From 58e5b45ee320b93bd318bd8018aa4bec0188f801 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 1 Nov 2020 18:28:06 -0600 Subject: [PATCH] peaclock: update to 0.4.2 --- srcpkgs/peaclock/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template index 0c0a502f676..878de38f9fe 100644 --- a/srcpkgs/peaclock/template +++ b/srcpkgs/peaclock/template @@ -1,17 +1,17 @@ # Template file for 'peaclock' pkgname=peaclock -version=0.4.0 -revision=2 +version=0.4.2 +revision=1 build_style=cmake makedepends="icu-devel" short_desc="Colourful binary clock for the terminal" -maintainer="Nathan Owens " +maintainer="Nathan Owens " license="MIT" homepage="https://octobanana.com/software/peaclock" distfiles="https://github.com/octobanana/peaclock/archive/${version}.tar.gz" -checksum=3b14608b2e507e268b1804c2383cbde241886eeba8d313d646524a44e3ab8615 +checksum=cfd9d55775af7aea5baa40ca8799ca5d771f187a57c942793a3cc99d868e0492 post_install() { - vsconf config/default default-config + vsconf cfg/default default-config vlicense LICENSE }