Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / davix
Commits:
34a558f8 by Antonio Rojas at 2024-12-25T20:47:32+01:00
upgpkg: 0.8.5-1: Update to 0.8.5
- - - - -
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.4
- pkgrel = 3
+ pkgver = 0.8.5
+ pkgrel = 1
url = https://github.com/cern-fts/davix
arch = x86_64
license = LGPL-2.1-or-later
@@ -14,10 +14,10 @@ pkgbase = davix
depends = openssl
depends = libxml2
depends = util-linux-libs
- source = davix::git+https://github.com/cern-fts/davix.git#tag=R_0_8_4
+ source = davix::git+https://github.com/cern-fts/davix.git#tag=R_0_8_5
source = davix-curl::git+https://github.com/curl/curl
source = davix-googletest::git+https://github.com/google/googletest
- b2sums = SKIP
+ b2sums =
cd5b5b70e3f322be9c6e01ee38e40093932496a4cbbbd28e979f8fd33ba639e035b2ba02cfe72287c64b4821788210985b5d176ba90a9b7ceac7d6688c264658
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
# Contributor: Adam Ehlers Nyholm Thomsen<[email protected]>
pkgname=davix
-pkgver=0.8.4
+pkgver=0.8.5
_pkgver="R_${pkgver//./_}"
-pkgrel=3
+pkgrel=1
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"
@@ -18,7 +18,7 @@ source=(
"${pkgname}-curl::git+https://github.com/curl/curl"
"${pkgname}-googletest::git+https://github.com/google/googletest"
)
-b2sums=('SKIP'
+b2sums=('cd5b5b70e3f322be9c6e01ee38e40093932496a4cbbbd28e979f8fd33ba639e035b2ba02cfe72287c64b4821788210985b5d176ba90a9b7ceac7d6688c264658'
'SKIP'
'SKIP')
@@ -30,6 +30,8 @@ prepare() {
git config submodule."deps/googletest".url "${srcdir}/${pkgname}"-googletest
git -c protocol.file.allow=always submodule update --init --recursive
+ git cherry-pick -n ed440bba8b405f57f97a793b517c8e0a30cb6ce0 # Fix build
+
mkdir -p build
}
@@ -57,3 +59,4 @@ package() {
cd "${srcdir}/${pkgname}"/build
make DESTDIR="${pkgdir}/" install
}
+
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/davix/-/commit/34a558f83312b644ba96c4f3f62548099e3f1e69
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/davix/-/commit/34a558f83312b644ba96c4f3f62548099e3f1e69
You're receiving this email because of your account on gitlab.archlinux.org.