From a961e677189c6e5367712452e34fa30cebfa8e59 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 29 Mar 2021 08:48:53 +0200 Subject: [PATCH] autorunner: update to 1.1.1. --- srcpkgs/autorunner/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/autorunner/template b/srcpkgs/autorunner/template index 91bb4914adc..55fb18e5e66 100644 --- a/srcpkgs/autorunner/template +++ b/srcpkgs/autorunner/template @@ -1,19 +1,19 @@ # Template file for 'autorunner' pkgname=autorunner -version=1.0.0 +version=1.1.1 revision=1 conf_files="/etc/autorunner.config" short_desc="Autostart helper for Desktops" maintainer="teldra " license="MIT" -homepage="https://github.com/cytopia/${pkgname}" +homepage="https://github.com/cytopia/autorunner" distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz" -checksum=e6542e807b84204978d393bf978222daa284414949627c89c4c535d86e8d6759 +checksum=4f9d31675e0c47ba3dff5601bd1c156ce008cce81dfb5a0558733f6f68d6d930 do_install() { - vbin autorunner + vbin bin/autorunner vlicense LICENSE.md LICENSE - vsconf config - vconf config autorunner.config + vsconf etc/config + vconf etc/config autorunner.config vdoc README.md README }