summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2022-04-30 17:16:05 +0530
committertxtsd2022-04-30 17:16:05 +0530
commit865f314bac73b3f2f48e8804854cc3ad77bb5129 (patch)
tree7bf4468650fe62de5afd4ddd278338fd1d13e889
parent90fc36b9cb2004a63f9546f79ed31905936a696f (diff)
downloadaur-865f314bac73b3f2f48e8804854cc3ad77bb5129.tar.gz
chore: Add optdepends text
-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')