diff --git a/srcpkgs/autorunner/template b/srcpkgs/autorunner/template index 91bb4914ad..55fb18e5e6 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 }