[arch-commits] Commit in rclone/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Nov 14 15:20:16 UTC 2015


    Date: Saturday, November 14, 2015 @ 16:20:16
  Author: fyan
Revision: 146820

upgpkg: rclone 1.25-1

Modified:
  rclone/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-14 15:10:27 UTC (rev 146819)
+++ PKGBUILD	2015-11-14 15:20:16 UTC (rev 146820)
@@ -2,8 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=rclone
-pkgver=1.24.20151108
-_commit=2c66bdd6bb0a4b64ae82d199ae0916470a834993
+pkgver=1.25
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
 arch=('i686' 'x86_64')
@@ -11,7 +10,7 @@
 license=('MIT')
 depends=('gcc-go')
 makedepends=('git' 'python2' 'pandoc')
-source=("git+https://github.com/ncw/rclone.git#commit=$_commit")
+source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list