summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d9b19f16d81..dc14e602455e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
_pkgname="zaread"
pkgname="$_pkgname-git"
pkgver=r47.9239db1
-pkgrel=2
+pkgrel=3
pkgdesc="A (very) lightweight ebook and Office document reader"
arch=("any")
url="https://github.com/paoloap/zaread"
license=("GPL")
depends=("zathura")
-optdepends=("libreoffice" "calibre" "md2pdf")
+optdepends=("libreoffice: To view office suite files"
+ "calibre: To view MOBI files"
+ "md2pdf: To view markdown files")
provides=("zaread")
conflicts=("zaread")
source=('git+https://github.com/paoloap/zaread.git')