diff options
Diffstat (limited to 'python-svg.path')
-rw-r--r-- | python-svg.path/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-svg.path/PKGBUILD b/python-svg.path/PKGBUILD index 6c7cca9c2..8999e2b27 100644 --- a/python-svg.path/PKGBUILD +++ b/python-svg.path/PKGBUILD @@ -4,12 +4,12 @@ pkgname=python-svg.path pkgver=6.2 -pkgrel=2 +pkgrel=3 pkgdesc="SVG path objects and parser" url="https://github.com/regebro/svg.path" license=('MIT') checkdepends=(python-pillow python-pytest) -depends=('python>=3.10' 'python<3.11') +depends=('python>=3.11' 'python<3.12') makedepends=(python-setuptools) arch=(any) source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) |