summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaerbit2016-03-23 22:12:12 +0100
committerFaerbit2016-03-23 22:12:12 +0100
commitea5cc3503550a1196d00d3870357830201b6add5 (patch)
treef14e81e5e31a782b1d3b4d521ca0811bf0585c24
parenta2b271f56847b59ad0a5ec681e53da956c117e78 (diff)
downloadaur-ea5cc3503550a1196d00d3870357830201b6add5.tar.gz
Only requiring libreoffice.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00cdf3cb8425..22fc0425a2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 18:01:58 UTC 2016
+# Wed Mar 23 21:11:57 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-still
+ depends = libreoffice
source = git+https://github.com/faerbit/pdf-aas.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 986aff623b82..415c3b75e14b 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-still')
+depends=('python3' 'python-flask' 'libreoffice')
makedepends=('git')
source=("git+https://github.com/faerbit/pdf-aas.git")
md5sums=("SKIP")