[arch-commits] Commit in rst2pdf/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Apr 28 08:05:17 UTC 2022


    Date: Thursday, April 28, 2022 @ 08:05:16
  Author: dvzrv
Revision: 1191502

upgpkg: rst2pdf 0.99-2: Rebuild to add optional hyphenation support.

Add python-pyphen to optdepends: https://bugs.archlinux.org/task/74390

Modified:
  rst2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 08:03:40 UTC (rev 1191501)
+++ PKGBUILD	2022-04-28 08:05:16 UTC (rev 1191502)
@@ -2,7 +2,7 @@
 
 pkgname=rst2pdf
 pkgver=0.99
-pkgrel=1
+pkgrel=2
 pkgdesc="Use a text editor. Make a PDF"
 arch=(any)
 url="https://github.com/rst2pdf/rst2pdf"
@@ -27,6 +27,7 @@
 optdepends=(
   'plantuml: for UML diagram support'
   'python-aafigure: for ASCII image support'
+  'python-pyphen: for hyphenation support'
   'python-matplotlib: for math support'
   'python-sphinx: for sphinx support'
   'python-svglib: for SVG support'



More information about the arch-commits mailing list