diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:04:38 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-04 16:04:38 +0200 |
commit | 96a21ab6f80773291aa25aabad37b0cda4aced6d (patch) | |
tree | 71a90ea038271439b38e489074697a65e4607a54 /python-svg.path | |
parent | b93ad7e2b5e6e9596dbf1f7030f67a884e1d836b (diff) | |
download | archlinuxewe-96a21ab6f80773291aa25aabad37b0cda4aced6d.tar.xz |
recompile all python packages
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) |