Date: Saturday, March 4, 2023 @ 22:53:41
  Author: freswa
Revision: 470241

add optdepend for texi2any's EPUB file output

fixes FS#77702

Modified:
  texinfo/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-04 22:16:02 UTC (rev 470240)
+++ PKGBUILD    2023-03-04 22:53:41 UTC (rev 470241)
@@ -5,12 +5,13 @@
 
 pkgname=texinfo
 pkgver=7.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='GNU documentation system for on-line information and printed output'
 arch=(x86_64)
 url='https://www.gnu.org/software/texinfo/'
 license=(GPL3)
 depends=(ncurses gzip perl sh)
+optdepends=('perl-archive-zip: EPUB file output via texi2any')
 source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
         texinfo-install.hook
         texinfo-remove.hook)

Reply via email to