Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / davix
Commits: a0497dc2 by Antonio Rojas at 2025-04-23T22:52:48+02:00 upgpkg: 0.8.5-2: libxml2 2.14 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = davix pkgdesc = A client for data and file management over the WebDav, Amazon S3, Microsoft Azure and HTTP protocols. pkgver = 0.8.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/cern-fts/davix arch = x86_64 license = LGPL-2.1-or-later ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=davix pkgver=0.8.5 _pkgver="R_${pkgver//./_}" -pkgrel=1 +pkgrel=2 pkgdesc="A client for data and file management over the WebDav, Amazon S3, Microsoft Azure and HTTP protocols." arch=('x86_64') url="https://github.com/cern-fts/davix" @@ -44,6 +44,7 @@ build() { cmake -DLIB_SUFFIX="" \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ "${srcdir}/${pkgname}" make View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/davix/-/commit/a0497dc2392050a01663e39559cff9c9a2942e51 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/davix/-/commit/a0497dc2392050a01663e39559cff9c9a2942e51 You're receiving this email because of your account on gitlab.archlinux.org.