summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker2017-02-03 16:03:47 -0800
committerDylan Baker2017-02-03 16:03:47 -0800
commit53413a9c35587603e98e383eb9fb96e8ba5b0044 (patch)
treecf574426deec19ac8fbe992141343e284714852d
parent9f1e016c9175ba53fadce4043f00e0b7689b2350 (diff)
downloadaur-53413a9c35587603e98e383eb9fb96e8ba5b0044.tar.gz
PKGBUILD: fix dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06b3f9a70c2c..adf30b3c1cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/dcbaker/msmtpqd"
license=('GPL3')
depends=()
-depends=('python-pydbus python-attrs python-appdirs')
+depends=('python-pydbus' 'python-attrs' 'python-appdirs')
makedepends=('python-setuptools')
options=(!emptydirs)
source=('https://pypi.python.org/packages/8f/55/4b8fe4f3ce3c78d9f571c767be3e38427263fc70b4756462765a64afae56/msmtpqd-0.1.0.tar.gz'