Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
rclone
Commits:
05f95093 by Morten Linderud at 2023-10-29T16:42:36+01:00
upgpkg: 1.64.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rclone
pkgdesc = Sync files to and from Google Drive, S3, Swift, Cloudfiles,
Dropbox and Google Cloud Storage
- pkgver = 1.64.0
+ pkgver = 1.64.2
pkgrel = 1
url = https://github.com/rclone/rclone
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = rclone
depends = glibc
optdepends = fuse3: for rclone mount
options = !lto
- source =
rclone-1.64.0.tar.gz::https://github.com/rclone/rclone/archive/v1.64.0.tar.gz
- sha512sums =
73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7
+ source =
rclone-1.64.2.tar.gz::https://github.com/rclone/rclone/archive/v1.64.2.tar.gz
+ sha512sums =
8522c27984a782350c8f6e9370d471a927a3f54e21a3f02ae8520248e42c65e5954fc3442b62d4251a3ebbccbf1ca4a12c77608c9663337d6bf0280dd4cd24ef
pkgname = rclone
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=rclone
-pkgver=1.64.0
+pkgver=1.64.2
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox
and Google Cloud Storage"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc')
optdepends=('fuse3: for rclone mount')
makedepends=('python' 'pandoc' 'go' 'git' 'fuse3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
-sha512sums=('73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7')
+sha512sums=('8522c27984a782350c8f6e9370d471a927a3f54e21a3f02ae8520248e42c65e5954fc3442b62d4251a3ebbccbf1ca4a12c77608c9663337d6bf0280dd4cd24ef')
options=(!lto)
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rclone/-/commit/05f95093246bec29e75a05ef45efeccc57d0907c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rclone/-/commit/05f95093246bec29e75a05ef45efeccc57d0907c
You're receiving this email because of your account on gitlab.archlinux.org.