rofi-rbw: update to 1.1.0.
This commit is contained in:
parent
74674f38ad
commit
5258d83c2b
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rofi-rbw'
|
# Template file for 'rofi-rbw'
|
||||||
pkgname=rofi-rbw
|
pkgname=rofi-rbw
|
||||||
version=1.0.1
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_install_target="dist/rofi_rbw-${version}-py3-none-any.whl"
|
make_install_target="dist/rofi_rbw-${version}-py3-none-any.whl"
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3 python3-ConfigArgParse rbw"
|
depends="python3 python3-ConfigArgParse rbw"
|
||||||
short_desc="Rofi frontend for Bitwarden"
|
short_desc="Rofi frontend for Bitwarden"
|
||||||
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/fdw/rofi-rbw"
|
homepage="https://github.com/fdw/rofi-rbw"
|
||||||
changelog="https://raw.githubusercontent.com/fdw/rofi-rbw/HEAD/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/fdw/rofi-rbw/HEAD/CHANGELOG.md"
|
||||||
distfiles="https://github.com/fdw/rofi-rbw/archive/${version}.tar.gz"
|
distfiles="https://github.com/fdw/rofi-rbw/archive/${version}.tar.gz"
|
||||||
checksum=37f14462a7a918df2ac9350db8e3822fc7bf9af490dddb60299ea73c976f6c97
|
checksum=eff1adac15b80532c1092bbdad89e586913da3a2336272c18f38475ea6f2dd3b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman src/rofi_rbw/docs/rofi-rbw.1
|
vman src/rofi_rbw/docs/rofi-rbw.1
|
||||||
|
|
Loading…
Reference in New Issue