summaryrefslogtreecommitdiff
path: root/python-svg.path
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-04 20:01:01 +0200
committerErich Eckner <git@eckner.net>2023-05-04 20:01:01 +0200
commit69c997fdccac9d888ba338a5d202a1301826e722 (patch)
tree6aadde3b68b9dfbb5373a339f75813a87438611d /python-svg.path
parentf5b522e826a65ee837b918e430d11e8078d30bc9 (diff)
downloadarchlinuxewe-69c997fdccac9d888ba338a5d202a1301826e722.tar.xz
recompile all python packages
Diffstat (limited to 'python-svg.path')
-rw-r--r--python-svg.path/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)