Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages
/ rclone
Commits:
6e0a62c5 by Christian Rebischke at 2023-10-04T17:08:56+02:00
upgpkg: 1.64.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = rclone
pkgdesc = Sync files to and from Google Drive, S3, Swift, Cloudfiles,
Dropbox and Google Cloud Storage
- pkgver = 1.63.1
+ pkgver = 1.64.0
pkgrel = 1
- url = https://rclone.org/
+ url = https://github.com/rclone/rclone
arch = x86_64
license = MIT
makedepends = python
@@ -13,7 +13,7 @@ pkgbase = rclone
depends = glibc
optdepends = fuse3: for rclone mount
options = !lto
- source =
rclone-1.63.1.tar.gz::https://github.com/rclone/rclone/archive/v1.63.1.tar.gz
- sha512sums =
fff03146ae7de4b47b883576b67852f9ff0558137ecb966300bd357c706d4b71c20ad0f87d0028c90b570d9351024f4ae8ddcce13333df1cabd0e76e08b29063
+ source =
rclone-1.64.0.tar.gz::https://github.com/rclone/rclone/archive/v1.64.0.tar.gz
+ sha512sums =
73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7
pkgname = rclone
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=rclone
-pkgver=1.63.1
+pkgver=1.64.0
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox
and Google Cloud Storage"
arch=('x86_64')
-url="https://rclone.org/"
+url="https://github.com/rclone/rclone"
license=('MIT')
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=('fff03146ae7de4b47b883576b67852f9ff0558137ecb966300bd357c706d4b71c20ad0f87d0028c90b570d9351024f4ae8ddcce13333df1cabd0e76e08b29063')
+sha512sums=('73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7')
options=(!lto)
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rclone/-/commit/6e0a62c579d4db2145b0668b8586dcd8500d18e4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rclone/-/commit/6e0a62c579d4db2145b0668b8586dcd8500d18e4
You're receiving this email because of your account on gitlab.archlinux.org.