summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaerbit2016-03-23 19:02:14 +0100
committerFaerbit2016-03-23 19:02:14 +0100
commita2b271f56847b59ad0a5ec681e53da956c117e78 (patch)
tree7ff62e3f3e9680c736b61de86c26d461a8474eae /PKGBUILD
parent67bd31785a00eaaabb6f03aa389604ce170c350d (diff)
downloadaur-a2b271f56847b59ad0a5ec681e53da956c117e78.tar.gz
Naming dependencies array correctly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42e1454425a2..986aff623b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Little webservice which converts office documents to PDF files."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.org/faerbit/pdf-aas"
license=('MIT')
-dependencies=('python3' 'python-flask' 'libreoffice-still')
+depends=('python3' 'python-flask' 'libreoffice-still')
makedepends=('git')
source=("git+https://github.com/faerbit/pdf-aas.git")
md5sums=("SKIP")