From 3cff875cd63714872822169d31ac4b63fe1b89f3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 10 Jun 2020 11:23:17 +0200 Subject: [PATCH] git-revise: update to 0.6.0. --- srcpkgs/git-revise/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template index 7485acb736f..6d3071429b9 100644 --- a/srcpkgs/git-revise/template +++ b/srcpkgs/git-revise/template @@ -1,22 +1,18 @@ # Template file for 'git-revise' pkgname=git-revise -version=0.5.1 -revision=2 +version=0.6.0 +revision=1 archs=noarch build_style=python3-module -pycompile_module="gitrevise" hostmakedepends="python3 python3-setuptools" depends="git python3-setuptools" short_desc="Git subcommand to efficiently update, split, and rearrange commits" maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/mystor/git-revise" -distfiles="https://github.com/mystor/git-revise/archive/${version}.tar.gz" -checksum=3f64521eb056ff097eb282811459820e1afd138cf2de113d609051060459d24d +distfiles="https://github.com/mystor/git-revise/archive/v${version}.tar.gz" +checksum=99c3804ddb73f1115bd6be05d10e640a7066e4019c6c223433e55136e66fa4c8 -post_extract() { - vsed -e 's|"man/man1"|"share/man/man1"|g' -i setup.py -} post_install() { vlicense LICENSE }