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

Christian Hesse eworm at gemini.archlinux.org
Tue May 17 08:37:12 UTC 2022


    Date: Tuesday, May 17, 2022 @ 08:37:12
  Author: eworm
Revision: 445913

upgpkg: inkscape 1.2-2: package missing extensions (FS#74776)

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 06:28:17 UTC (rev 445912)
+++ PKGBUILD	2022-05-17 08:37:12 UTC (rev 445913)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.2
 _tag='dc2aedaf03f19bd890529a9e4720a02465fa1b6c' # git rev-parse INKSCAPE_${pkgver/./_}
-pkgrel=1
+pkgrel=2
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -51,8 +51,7 @@
 
 prepare() {
 	cd "${pkgname}"
-	git submodule init
-	git submodule update
+	git submodule update --init --recursive 
 
 	local _c
 	for _c in "${_backports[@]}"; do



More information about the arch-commits mailing list