summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShapeShifter4992015-07-23 00:56:42 -0700
committerShapeShifter4992015-07-23 00:56:42 -0700
commit25ef2ffad6369a82d2034a818b5cf18182f0c945 (patch)
treec35df9e474b7ebb738787d3d42913a071384193d /PKGBUILD
parent2300df9870c917d1b00fe5a511e04baec893b755 (diff)
downloadaur-25ef2ffad6369a82d2034a818b5cf18182f0c945.tar.gz
PKGBUILD fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c359998d8ff..b05009739baf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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-dateutils'
+'python-sqlalchemy' 'python-dateutil'
'python-requests-toolbelt')
makedepends=('python')
provides=('acd_cli')