From ac5cf41924300e4c0373b0b7e1174cf16bbd1355 Mon Sep 17 00:00:00 2001 From: Rodrigo Oliveira Date: Thu, 6 Apr 2023 17:54:36 -0300 Subject: [PATCH] dunst: update to 1.9.1, adopt --- srcpkgs/dunst/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template index f1f57f153040..ff61b25caadb 100644 --- a/srcpkgs/dunst/template +++ b/srcpkgs/dunst/template @@ -1,6 +1,6 @@ # Template file for 'dunst' pkgname=dunst -version=1.9.0 +version=1.9.1 revision=1 build_style=gnu-makefile make_check_target=test @@ -13,12 +13,12 @@ makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-de checkdepends="dbus" conf_files="/etc/dunst/dunstrc" short_desc="Lightweight and customizable notification daemon" -maintainer="Orphaned " +maintainer="Rodrigo Oliveira " license="BSD-3-Clause" 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=b7b8d7d6560bb241b1e4d37eba770cdf19b9d5dbfc1d4d47572ad676f3f7c98a +checksum=571d82d5feef995e69a35e708a400a0cfa12a0f81854c5a3357e17844bf6249a build_options="wayland" build_options_default="wayland"