mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
qtpass: update to 1.2.2.
Closes #14216. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
4ada995ae7
commit
168a05be28
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'qtpass'
|
# Template file for 'qtpass'
|
||||||
pkgname=qtpass
|
pkgname=qtpass
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
|
||||||
wrksrc="QtPass-${version}"
|
wrksrc="QtPass-${version}"
|
||||||
hostmakedepends="qt5-qmake qt5-tools qt5-host-tools qt5-devel"
|
build_style=qmake
|
||||||
|
hostmakedepends="qt5-devel qt5-tools"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
depends="pass pwgen"
|
depends="pass pwgen"
|
||||||
short_desc="Multi-platform GUI for pass"
|
short_desc="Multi-platform GUI for pass"
|
||||||
maintainer="annejan <brouwer@annejan.com>"
|
maintainer="annejan <brouwer@annejan.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://qtpass.org/"
|
#changelog="https://raw.githubusercontent.com/IJHack/QtPass/master/CHANGELOG.md"
|
||||||
|
homepage="https://qtpass.org/"
|
||||||
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/IJHack/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=f2aa1a54ed273546aab8933e560218b7b59f7f07000d93c018ec8d6ccdedcd5d
|
checksum=f894ed064f908a390bcc85c58d0005146b849644c8bce598ef5f543a0be21406
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin main/qtpass
|
vbin main/qtpass
|
||||||
|
|
Loading…
Add table
Reference in a new issue