summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaerbit2016-03-30 22:12:27 +0200
committerFaerbit2016-03-30 22:12:27 +0200
commit51f0ef4431923b9f6a2146523328420bcc743189 (patch)
tree55d307ae38998a573d87115d71080c883b5f04f2
parentea5cc3503550a1196d00d3870357830201b6add5 (diff)
downloadaur-pdf-aas-git.tar.gz
Changing dependencies, because of upstream changes.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22fc0425a2cf..6cb5f08eb42a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 21:11:57 UTC 2016
+# Wed Mar 30 20:12:02 UTC 2016
pkgbase = pdf-aas-git
pkgdesc = Little webservice which converts office documents to PDF files.
pkgver = 4.a2f5460
@@ -12,7 +12,7 @@ pkgbase = pdf-aas-git
makedepends = git
depends = python3
depends = python-flask
- depends = libreoffice
+ depends = unoconv
source = git+https://github.com/faerbit/pdf-aas.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 415c3b75e14b..690c6b787dd0 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')
-depends=('python3' 'python-flask' 'libreoffice')
+depends=('python3' 'python-flask' 'unoconv')
makedepends=('git')
source=("git+https://github.com/faerbit/pdf-aas.git")
md5sums=("SKIP")