From 78a071f6b0713d7d8140660875cf3359b72e1392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Wed, 18 Sep 2019 14:37:54 +0200 Subject: [PATCH] peaclock: update to 0.4.0. --- srcpkgs/peaclock/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/peaclock/template b/srcpkgs/peaclock/template index 4802b0358e2..49bf18466f7 100644 --- a/srcpkgs/peaclock/template +++ b/srcpkgs/peaclock/template @@ -1,15 +1,17 @@ # Template file for 'peaclock' pkgname=peaclock -version=0.2.0 +version=0.4.0 revision=1 build_style=cmake +makedepends="icu-devel" short_desc="Colourful binary clock for the terminal" maintainer="Nathan Owens " license="MIT" homepage="https://octobanana.com/software/peaclock" distfiles="https://github.com/octobanana/peaclock/archive/${version}.tar.gz" -checksum=e8b71e62b6f408a95bfd7f1381bb2cfe390969be37f7c2f83b60cd313cde8589 +checksum=3b14608b2e507e268b1804c2383cbde241886eeba8d313d646524a44e3ab8615 -post_extract() { +post_install() { + vsconf config/default default-config vlicense LICENSE }