owncloudclient: update to 2.10.1, adopt.

This commit is contained in:
Gonzalo Tornaría 2022-04-10 21:03:22 -03:00 committed by Echo
parent c8d7af7bf7
commit acccbaa7b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'owncloudclient'
pkgname=owncloudclient
version=2.10.0
version=2.10.1
revision=1
wrksrc=client-${version}
build_style=cmake
@ -12,12 +12,12 @@ makedepends="qtkeychain-qt5-devel sqlite-devel qt5-declarative-devel
depends="qt5-plugin-sqlite qt5-svg"
conf_files="/etc/ownCloud/sync-exclude.lst"
short_desc="Connect to ownCloud servers"
maintainer="Nathan Owens <ndowens@artixlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="GPL-2.0-or-later"
homepage="https://www.owncloud.org"
changelog="https://raw.githubusercontent.com/owncloud/client/master/CHANGELOG.md"
distfiles="https://github.com/owncloud/client/archive/v${version}.tar.gz"
checksum=fc3248eb9afa67bba946cf788319d6dcc419d155700cb10baebb19f6ccf6b583
checksum=cd79c46e0c13b606ec08527f9f5f35fe295d4655c12510aa6805ccb797119c49
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"