rofi-rbw: update to 1.2.0.

This commit is contained in:
Joel Beckmeyer 2023-05-23 10:18:52 -04:00 committed by classabbyamp
parent 0647ab400a
commit 75f70008d0

View File

@ -1,6 +1,6 @@
# Template file for 'rofi-rbw'
pkgname=rofi-rbw
version=1.1.0
version=1.2.0
revision=1
build_style=python3-pep517
make_install_target="dist/rofi_rbw-${version}-py3-none-any.whl"
@ -12,9 +12,9 @@ license="MIT"
homepage="https://github.com/fdw/rofi-rbw"
changelog="https://raw.githubusercontent.com/fdw/rofi-rbw/HEAD/CHANGELOG.md"
distfiles="https://github.com/fdw/rofi-rbw/archive/${version}.tar.gz"
checksum=eff1adac15b80532c1092bbdad89e586913da3a2336272c18f38475ea6f2dd3b
checksum=d89b4ac86a9470c9df68debd4f9c504ceb185a43a7f41b07d361ba1ddda8192e
post_install() {
vman src/rofi_rbw/docs/rofi-rbw.1
vman docs/rofi-rbw.1
vlicense LICENSE
}