From e3e7c80a9bc28f81846440878d4faaf5f2458fb9 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 9 Dec 2019 22:07:32 -0600 Subject: [PATCH] afew: update to 2.0.0 Signed-off-by: Nathan Owens --- srcpkgs/afew/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template index a9156bbc902..cd61321735b 100644 --- a/srcpkgs/afew/template +++ b/srcpkgs/afew/template @@ -1,25 +1,19 @@ # Template file for 'afew' pkgname=afew -version=1.3.0 +version=2.0.0 revision=1 archs=noarch build_style=python3-module pycompile_module="afew" hostmakedepends="git python3-setuptools python3-Sphinx pkg-config" depends="python3-setuptools notmuch-python3 python3-dkimpy" -short_desc="An initial tagging script for notmuch mail" +short_desc="Initial tagging script for notmuch mail" maintainer="Alexander Gehrke " license="ISC" homepage="https://github.com/afewmail/afew" distfiles="${PYPI_SITE}/a/afew/afew-${version}.tar.gz" -checksum=ff790342fccd2a83e8e23bd508c16ca93bbab5eabd8132fec272de492b7d0504 - -post_build() { - cd ${wrksrc}/docs - make man -} +checksum=1a685b97ddeba66d4af5ee9b2b76b1a8bccccd3d10bc285c8b82886a0328c048 post_install() { vlicense LICENSE - vman docs/build/man/afew.1 }