git-revise: update to 0.6.0.

This commit is contained in:
Leah Neukirchen 2020-06-10 11:23:17 +02:00
parent 613f70ed08
commit 3cff875cd6
1 changed files with 4 additions and 8 deletions

View File

@ -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 <leah@vuxu.org>"
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
}