summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Harrison2015-10-28 14:09:42 -0400
committerMatt Harrison2015-10-28 14:09:42 -0400
commit34c58530acbd2739bd8c33f55e14ec8c8bbfe7dc (patch)
treee7632198088b5d156eddaf108ff01e184724a061 /PKGBUILD
parent13be36a17614bffed0c45ce04b1fd87b8feebdd0 (diff)
downloadaur-34c58530acbd2739bd8c33f55e14ec8c8bbfe7dc.tar.gz
add python-colorama dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a41c27c9558..54048d527edc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=acd_cli
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="a command line interface to
Amazon Cloud Drive and allows mounting your cloud drive
using FUSE for read access."
@@ -11,7 +11,7 @@ arch=('any')
url="https://github.com/yadayada/acd_cli"
license=('GPL')
depends=('python-appdirs' 'python-requests>=2.1.0'
-'python-sqlalchemy' 'python-dateutil'
+'python-sqlalchemy' 'python-dateutil' 'python-colorama'
'python-requests-toolbelt')
makedepends=('python' 'python-setuptools')
source=("https://github.com/yadayada/$pkgname/archive/$pkgver.tar.gz")