Quaternion: update to 0.0.9.4.
This commit is contained in:
parent
b935fbd99c
commit
7389054c4f
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'Quaternion'
|
||||
pkgname=Quaternion
|
||||
version=0.0.9.3
|
||||
revision=2
|
||||
version=0.0.9.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
|
||||
libqmatrixclient-devel"
|
||||
qt5-multimedia-devel libqmatrixclient-devel
|
||||
$(vopt_if qtkeychain qtkeychain-qt5-devel) $(vopt_if qtkeychain libsecret-devel)"
|
||||
depends="qt5-quickcontrols"
|
||||
short_desc="Qt5-based IM client for the Matrix protocol"
|
||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/QMatrixClient/Quaternion"
|
||||
distfiles="https://github.com/QMatrixClient/Quaternion/archive/v${version}.tar.gz"
|
||||
checksum=7f92c3acc73bb7e44efe94bd1085ae9fd5b58efa51efc28a931cace131c22230
|
||||
distfiles="https://github.com/QMatrixClient/Quaternion/archive/${version}.tar.gz"
|
||||
checksum=522ae1aa19d7fd92b8682afdc73273386b29706cc1fa70c74f99964047877ce6
|
||||
|
||||
build_options="qtkeychain"
|
||||
build_options_default="qtkeychain"
|
||||
|
|
Loading…
Reference in New Issue