summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Weald2016-02-06 23:57:38 +0000
committerSimon Weald2016-02-06 23:57:38 +0000
commitee43615e42077290ee47d67b11f829358d021a25 (patch)
treeb63f67b792fc4ee155d97a184d7a961d77354be7 /PKGBUILD
parentf45e8f0dc3625847b4d767d25530e50eac0fd354 (diff)
downloadaur-ee43615e42077290ee47d67b11f829358d021a25.tar.gz
renamed to -bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61d12bff1a97..22e662920cd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Eduard Kracmar <eduard[at]adaptiware[dot]company>
# Contributor: Simon Weald <simon[at]simonweald[dot]com>
-pkgname=rclone
-pkgver=1.23
-pkgrel=8
+pkgname=rclone-bin
+pkgver=1.27
+pkgrel=9
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')
@@ -12,8 +12,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=('189cb87002084c42534b2c2d9e5beeab')
-md5sums_x86_64=('e33fe68ced1263c8e056effd99c49ad4')
+md5sums_i686=('542470af73ce720c75272fe008784dc0')
+md5sums_x86_64=('fc83112b60da8232bc0762bd9a169cd6')
package() {
mkdir -p $pkgdir/usr/bin || return 1