Date: Wednesday, July 6, 2022 @ 16:13:46
  Author: eworm
Revision: 449942

upgpkg: inkscape 1.2-5: make python modules hard dependencies (FS#74792)

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-06 14:41:39 UTC (rev 449941)
+++ PKGBUILD    2022-07-06 16:13:46 UTC (rev 449942)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.2
 _tag='dc2aedaf03f19bd890529a9e4720a02465fa1b6c' # git rev-parse 
INKSCAPE_${pkgver/./_}
-pkgrel=4
+pkgrel=5
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -29,6 +29,8 @@
        'poppler-glib'
        'potrace'
        'python'
+       'python-lxml'
+       'python-numpy'
        'ttf-font'
 )
 
@@ -36,8 +38,6 @@
        'fig2dev: xfig input'
        'gvfs: import clip art'
        'pstoedit: latex formulas'
-       'python-lxml: some extensions'
-       'python-numpy: some extensions'
        'scour: optimized SVG output, some extensions'
        'texlive-core: latex formulas'
 )

Reply via email to