diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index 32b3c0d7325..e0f26200052 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,6 +1,6 @@ # Template file for 'glances' pkgname=glances -version=2.8 +version=2.8.1 revision=1 noarch=yes wrksrc="Glances-${version}" @@ -13,9 +13,8 @@ maintainer="Alessio Sergi " homepage="https://github.com/nicolargo/glances" license="LGPL-3" distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz" -checksum=744dd013311be543b42a47b68e1a843626343ce89153ddbafd50dd9f3b23739d +checksum=12c10f9a9cac9c7ba70b0b5aa6551a97599731f2c8751c2cc53232da395c6b8b post_install() { - rm -rf ${DESTDIR}/usr/share/doc - vsconf ${wrksrc}/conf/glances.conf + vsconf conf/glances.conf }