From 613f045cd8c922aba3c02ed4510e20c29bc74745 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 6 Jan 2018 01:58:31 -0200 Subject: [PATCH] dunst: update to 1.3.0. Closes: #10510 [via git-merge-pr] --- srcpkgs/dunst/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template index e418b490065..37021d8f92b 100644 --- a/srcpkgs/dunst/template +++ b/srcpkgs/dunst/template @@ -1,6 +1,6 @@ # Template file for 'dunst' pkgname=dunst -version=1.2.0 +version=1.3.0 revision=1 build_style=gnu-makefile make_use_env=yes @@ -12,9 +12,8 @@ maintainer="Eivind Uggedal " license="BSD" homepage="https://dunst-project.org" distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz" -checksum=a3c05b5ef87e88704a6207236e42773dfbcf50cb23c7cf51e494a7236b75c5ad +checksum=74c0b1165cf7a9c71f562bd97697970528eae625d34c8714f8b9951bd5ca5be6 post_install() { vlicense LICENSE - rm ${DESTDIR}/usr/lib/systemd/user/dunst.service }