From 8f3af306ee04ea708d97359d1edf137b0d940b7b Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Sat, 2 May 2020 18:15:52 -0300 Subject: [PATCH] python-rebulk: update to 2.0.1. --- srcpkgs/python-rebulk/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template index 8f9c2621304..3bc58c3a7dd 100644 --- a/srcpkgs/python-rebulk/template +++ b/srcpkgs/python-rebulk/template @@ -1,11 +1,10 @@ # Template file for 'python-rebulk' pkgname=python-rebulk -version=2.0.0 -revision=2 +version=2.0.1 +revision=1 archs=noarch wrksrc="rebulk-${version}" build_style=python-module -pycompile_module="rebulk" hostmakedepends="python-setuptools python3-setuptools" depends="python python-six" short_desc="Define search patterns in bulk to perform advanced matching (Python2)" @@ -13,7 +12,7 @@ maintainer="Daniel Santana " license="MIT" homepage="https://github.com/Toilal/rebulk" distfiles="${PYPI_SITE}/r/rebulk/rebulk-${version}.tar.gz" -checksum=1b0d526859ef3e8647f37c606d7ae7c32259e370b3f1519e4219a3ba72740aec +checksum=320ded3cc456347d828f95e9aa5f8bab77ac01943cad024c06012069fe19690a post_install() { vlicense LICENSE @@ -21,7 +20,6 @@ post_install() { python3-rebulk_package() { archs=noarch - pycompile_module="rebulk" depends="python3 python3-six" short_desc="${short_desc/Python2/Python3}" pkg_install() {