summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Weald2015-08-25 10:47:25 +0100
committerSimon Weald2015-08-25 10:59:39 +0100
commit7a8241e1b867464153c280ac38093db5653935f6 (patch)
treef5535791d8188e31bd8a72a4ab143ab75c59f48b /PKGBUILD
parentc2aa525a2a97ef01221f8fcb038457aae61ae545 (diff)
downloadaur-7a8241e1b867464153c280ac38093db5653935f6.tar.gz
v1.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 658b83f9081a..79ad9bb883be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Eduard Kracmar <eduard[at]adaptiware[dot]company>
pkgname=rclone
-pkgver=1.17
-pkgrel=4
+pkgver=1.18
+pkgrel=5
pkgdesc="Rclone is a command line program to sync files and directories to and from Google Drive, Amazon S3, Openstack Swift / Rackspace cloud files / Memset Memstore, Dropbox, Google Cloud Storage and The local filesystem."
url="http://rclone.org/"
license=('MIT')
@@ -11,8 +11,8 @@ _arch='linux-386'
[ "$CARCH" = 'x86_64' ] && _arch='linux-amd64'
source_i686=("http://downloads.rclone.org/rclone-v$pkgver-linux-386.zip")
source_x86_64=("http://downloads.rclone.org/rclone-v$pkgver-linux-amd64.zip")
-md5sums_i686=('ca834b465bda75f0cfc0c5acf971865d')
-md5sums_x86_64=('0211308a4df37c70eb5761b5f8bd00a1')
+md5sums_i686=('befefcdb661f730ea3a0e612354fde84')
+md5sums_x86_64=('295e28ae16ec5ab2b3e9aebc2e36bf05')
package() {
mkdir -p $pkgdir/usr/bin || return 1