From 69c997fdccac9d888ba338a5d202a1301826e722 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 4 May 2023 20:01:01 +0200 Subject: recompile all python packages --- python-svg.path/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python-svg.path') diff --git a/python-svg.path/PKGBUILD b/python-svg.path/PKGBUILD index 8999e2b27..09ba0dc60 100644 --- a/python-svg.path/PKGBUILD +++ b/python-svg.path/PKGBUILD @@ -4,12 +4,12 @@ pkgname=python-svg.path pkgver=6.2 -pkgrel=3 +pkgrel=4 pkgdesc="SVG path objects and parser" url="https://github.com/regebro/svg.path" license=('MIT') checkdepends=(python-pillow python-pytest) -depends=('python>=3.11' 'python<3.12') +depends=('python>=3.10' 'python<3.11') makedepends=(python-setuptools) arch=(any) source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) -- cgit v1.2.3-54-g00ecf