summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe9c5898af4a..2272588a694d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Feb 15 05:05:19 UTC 2016
pkgbase = python2-boto-rsync
pkgdesc = An rsync-like utility using boto's S3 and Google Storage interfaces.
pkgver = 0.8.1
@@ -6,7 +8,6 @@ pkgbase = python2-boto-rsync
arch = any
license = MIT
makedepends = git
- depends = python2
depends = python2-boto
pkgname = python2-boto-rsync
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"