summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLord Anton Hvornum2018-02-18 23:16:23 +0100
committerLord Anton Hvornum2018-02-18 23:16:23 +0100
commit54ee9a85f7bb2b98b688117b3941aa7ce446b945 (patch)
treebb2d5265ff1abe958e2e2aab87e523638fbfda06
parent68c1a2c0af8cb6134405d8bec153d5097bbb5975 (diff)
downloadaur-54ee9a85f7bb2b98b688117b3941aa7ce446b945.tar.gz
Dependency hell
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 974a192dc935..94da7b1b4a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A simple, light weight SMTP server"
arch=('x86_64')
url="https://hvornum.se"
license=('custom:BSD' 'cc-by-nc-sa-3.0')
-depends=('python', 'python-systemd' 'postgresql')
+depends=('python' 'python-systemd' 'postgresql')
makedepends=('python')
#optdepends=('')
provides=('slimsmtp-git' 'slimsmtp')