summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavion2016-02-15 16:05:25 +1100
committerXavion2016-02-15 16:05:25 +1100
commit8db89ef562d2d1818aee99768ca60864edea78e6 (patch)
treee746151009b0cd20425359f32d116f09c668cb0a /PKGBUILD
parent54482fd52bc58c9adeaf864e73f85de0850b4a60 (diff)
downloadaur-python2-boto-rsync.tar.gz
Converted 'license' to array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ca0aa50676e..5da6243b30c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ pkgver=0.8.1
pkgrel=1
pkgdesc="An rsync-like utility using boto's S3 and Google Storage interfaces."
url="http://github.com/seedifferently/boto_rsync"
-license="MIT"
arch=("any")
+license=("MIT")
makedepends=("git")
-depends=("python2" "python2-boto")
+depends=("python2-boto")
source=()
_gitroot="http://github.com/seedifferently/${_filename_}.git"