From 4acd0f40c48b98fc2a12927f95c23bc2b49d53bc Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Mon, 27 Jul 2020 23:40:02 -0300 Subject: [PATCH] dunst: update to 1.5.0. --- srcpkgs/dunst/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template index b6691955a89..ce1c91a5a53 100644 --- a/srcpkgs/dunst/template +++ b/srcpkgs/dunst/template @@ -1,6 +1,6 @@ # Template file for 'dunst' pkgname=dunst -version=1.4.1 +version=1.5.0 revision=1 build_style=gnu-makefile make_use_env=yes @@ -9,14 +9,15 @@ hostmakedepends="perl pkg-config" makedepends="gtk+-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel libxdg-basedir-devel libnotify-devel" short_desc="Lightweight and customizable notification daemon" -maintainer="Orphaned " +maintainer="Daniel Santana " license="BSD-3-Clause" -#changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md" homepage="https://dunst-project.org" +changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md" distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz" -checksum=1563fe8c9eaf3307a3d7dbed240521f79e8415f136497030512c69713118bdfe +checksum=2c390adf144b5fa0ff007ea3616c90f1bb537df6a8042196993f5585d1bc8c9a post_install() { vlicense LICENSE + vbin dunstctl vbin dunstify }