Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
inkscape
Commits:
ec05a07a by bastimeyer at 2025-07-29T08:10:01-04:00
remove python-coverage dependency
- - - - -
2f042913 by Lukas Fleischer at 2025-07-29T08:19:06-04:00
upgpkg: 1.4.2-6: remove python-coverage dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = inkscape
pkgdesc = Professional vector graphics editor
pkgver = 1.4.2
- pkgrel = 5
+ pkgrel = 6
url = https://inkscape.org/
arch = x86_64
license = GPL
@@ -57,7 +57,6 @@ pkgbase = inkscape
depends = python-cairo
depends = python-certifi
depends = python-chardet
- depends = python-coverage
depends = python-cssselect
depends = python-filelock
depends = python-gobject
=====================================
PKGBUILD
=====================================
@@ -1,10 +1,10 @@
-# Maintainer:
+# Maintainer: Lukas Fleischer <[email protected]>
# Contributor: Tobias Kieslich <[email protected]>
# Contributor: tobias <[email protected]>
pkgname=inkscape
pkgver=1.4.2
-pkgrel=5
+pkgrel=6
pkgdesc='Professional vector graphics editor'
url='https://inkscape.org/'
license=('GPL' 'LGPL')
@@ -59,7 +59,6 @@ depends=(
'python-cairo'
'python-certifi'
'python-chardet'
- 'python-coverage'
'python-cssselect'
'python-filelock'
'python-gobject'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/compare/43d8ec625f1fc34b8b6952833c49e73075be9dfd...2f042913d2c1ac0b712192b76c6d59efa3da7bbd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/compare/43d8ec625f1fc34b8b6952833c49e73075be9dfd...2f042913d2c1ac0b712192b76c6d59efa3da7bbd
You're receiving this email because of your account on gitlab.archlinux.org.