qtkeychain-qt5: update to 0.6.0.
This commit is contained in:
parent
451d5d0dab
commit
8253bad994
1 changed files with 8 additions and 4 deletions
|
@ -1,17 +1,21 @@
|
||||||
# Template file for 'qtkeychain'
|
# Template file for 'qtkeychain'
|
||||||
pkgname=qtkeychain-qt5
|
pkgname=qtkeychain-qt5
|
||||||
version=0.5.0
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname%-*}-${version}
|
wrksrc=${pkgname%-*}-${version}
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
|
||||||
makedepends="icu-devel qt5-devel qt5-tools-devel"
|
makedepends="icu-devel qt5-devel qt5-tools-devel"
|
||||||
short_desc="Platform-independent Qt API for storing passwords securely"
|
short_desc="Platform-independent Qt API for storing passwords securely"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="BSD"
|
license="2-clause-BSD"
|
||||||
homepage="https://github.com/frankosterfeld/qtkeychain"
|
homepage="https://github.com/frankosterfeld/qtkeychain"
|
||||||
distfiles="https://github.com/frankosterfeld/${pkgname%-*}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/frankosterfeld/${pkgname%-*}/archive/v${version}.tar.gz"
|
||||||
checksum=e62d7ae9c8ae04784d8a5d0f213aaa22f1c02427e800ce88739e997f499bb514
|
checksum=0eb1275abd9a577f4d57a3272e9d3fb474f6d1752b6a27ee2b55759ea4763eb0
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
qtkeychain-qt5-devel_package() {
|
qtkeychain-qt5-devel_package() {
|
||||||
depends="qtkeychain-qt5>=${version}_${revision}"
|
depends="qtkeychain-qt5>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue