diff options
Diffstat (limited to 'python-svg.path/PKGBUILD')
-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 f7b7c952c..6c7cca9c2 100644 --- a/python-svg.path/PKGBUILD +++ b/python-svg.path/PKGBUILD @@ -4,12 +4,12 @@ pkgname=python-svg.path pkgver=6.2 -pkgrel=1 +pkgrel=2 pkgdesc="SVG path objects and parser" url="https://github.com/regebro/svg.path" license=('MIT') checkdepends=(python-pillow python-pytest) -depends=(python) +depends=('python>=3.10' 'python<3.11') makedepends=(python-setuptools) arch=(any) source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) |