diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 6d2b76318de..c93e90a029f 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,6 +1,6 @@ # Template file for 'azote' pkgname=azote -version=1.1.1 +version=1.1.2 revision=1 archs=noarch build_style=python3-module @@ -12,10 +12,9 @@ maintainer="Piotr Miller " license="GPL-3.0-or-later" homepage="https://github.com/nwg-piotr/azote" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=f7c818b11d3add7af9388589fc6658b0121772acdf899a5ba4a275d082621a63 +checksum=2caca782aa3b508c650dcdd44d49a183ac95282748edd6b960945c78986d6105 -do_install() { - python3 setup.py install --prefix=/usr --root=${DESTDIR} ${make_install_args} +post_install() { vmkdir usr/bin vmkdir usr/share/${pkgname} vmkdir usr/share/applications @@ -25,4 +24,4 @@ do_install() { vcopy "dist/${pkgname}.desktop" usr/share/applications ln -sf /usr/share/${pkgname}/${pkgname}-void.sh ${DESTDIR}/usr/bin/${pkgname} -} \ No newline at end of file +}