Skip to content

Commit 8122db7

Browse files
slymattzahesford
authored andcommitted
rclone: update to 1.72.1
1 parent a9baf7a commit 8122db7

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

srcpkgs/rclone/template

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Template file for 'rclone'
22
pkgname=rclone
3-
version=1.69.0
3+
version=1.72.1
44
revision=1
55
build_style=go
6-
build_helper=qemu
6+
build_helper="qemu"
77
go_import_path=github.com/rclone/rclone
88
go_build_tags="noselfupdate"
99
go_ldflags="-extldflags=-fuse-ld=bfd -X github.com/rclone/rclone/fs.Version=v${version}"
@@ -13,12 +13,10 @@ short_desc="Rsync for cloud storage"
1313
maintainer="Orphaned <[email protected]>"
1414
license="MIT"
1515
homepage="https://rclone.org/"
16-
changelog="https://rclone.org/changelog/"
16+
changelog="https://raw.githubusercontent.com/rclone/rclone/master/docs/content/changelog.md"
1717
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
18-
checksum=45e6a329af4f98e0c71233511ab8543e454eaa22adeeb73179bfdb22456a2123
19-
make_check_pre="env RCLONE_CONFIG=/notfound"
20-
# some tests fail on CI
21-
make_check=ci-skip
18+
checksum=227b84024e7e72056f716ee520c4db8b88ec5f80dc83f0899b431b2ce2b25f9b
19+
make_check_pre="env RCLONE_CONFIG=/notfound CI=1"
2220

2321
pre_build() {
2422
if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
@@ -30,16 +28,11 @@ pre_build() {
3028
}
3129

3230
pre_check() {
33-
rm cmd/serve/docker/docker_test.go
34-
rm cmd/mount/mount_test.go
35-
rm cmd/mount2/mount_test.go
36-
37-
# could time out on i686 and it's deprecated
38-
# https://github.com/rclone/rclone/issues/5784#issuecomment-961520934
39-
rm backend/cache/cache_test.go
31+
rm -f cmd/mount/mount_test.go
32+
rm -f cmd/mount2/mount_test.go
33+
rm -f cmd/gitannex/e2e_test.go
4034
}
4135

42-
4336
post_install() {
4437
ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
4538
vlicense COPYING

0 commit comments

Comments
 (0)