From 7bf6711c0c979056413d2a36296ae2fde0cc1c8a Mon Sep 17 00:00:00 2001 From: piotr Date: Sat, 2 Nov 2019 23:09:57 +0100 Subject: [PATCH] azote: update to 1.7.0 --- srcpkgs/azote/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 0a23c20955182e..f26a0a8ab6a4f2 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,6 +1,6 @@ # Template file for 'azote' pkgname=azote -version=1.5.1 +version=1.7.0 revision=1 archs=noarch build_style=python3-module @@ -12,7 +12,7 @@ maintainer="Piotr Miller " license="GPL-3.0-or-later" homepage="https://github.com/nwg-piotr/azote" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=1da35263cef47e7dd656de4b3f422a277db8c6b0d4d9b1256767a2446722cdb2 +checksum=e121466d3ee3db700e78a379da4201885bdcf4375222e906ad47d22c5ed38e6e post_install() { vmkdir usr/bin @@ -22,6 +22,8 @@ post_install() { vcopy "dist/${pkgname}.svg" usr/share/${pkgname} vcopy "dist/${pkgname}-void.sh" usr/share/${pkgname} vcopy "dist/${pkgname}.desktop" usr/share/applications + vlicense LICENSE + vlicense LICENSE-COLORTHIEF ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname} }