summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4306e4b4cb96..27a3cded177a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zaread-git
pkgdesc = A (very) lightweight ebook and Office document reader
pkgver = r47.9239db1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/paoloap/zaread
arch = any
license = GPL
depends = zathura
- optdepends = libreoffice
- optdepends = calibre
- optdepends = md2pdf
+ optdepends = libreoffice: To view office suite files
+ optdepends = calibre: To view MOBI files
+ optdepends = md2pdf: To view markdown files
provides = zaread
conflicts = zaread
source = git+https://github.com/paoloap/zaread.git
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')