summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaerbit2016-03-23 19:02:14 +0100
committerFaerbit2016-03-23 19:02:14 +0100
commita2b271f56847b59ad0a5ec681e53da956c117e78 (patch)
tree7ff62e3f3e9680c736b61de86c26d461a8474eae
parent67bd31785a00eaaabb6f03aa389604ce170c350d (diff)
downloadaur-a2b271f56847b59ad0a5ec681e53da956c117e78.tar.gz
Naming dependencies array correctly.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94a8b237e870..00cdf3cb8425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 17:57:06 UTC 2016
+# Wed Mar 23 18:01:58 UTC 2016
pkgbase = pdf-aas-git
pkgdesc = Little webservice which converts office documents to PDF files.
pkgver = 4.a2f5460
@@ -10,6 +10,9 @@ pkgbase = pdf-aas-git
arch = armv7h
license = MIT
makedepends = git
+ depends = python3
+ depends = python-flask
+ depends = libreoffice-still
source = git+https://github.com/faerbit/pdf-aas.git
md5sums = SKIP
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")