summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2022-08-10 19:19:14 +0200
committerMarco Rubin2022-08-10 19:19:14 +0200
commit23e90e951de7b46ee46acf306cfc87c3749ed887 (patch)
treeb0860a1ae370609ced8257496f2b233fa8f34b4a
parentbec3322564e14f47dd94d5c97fc423302cb88bf6 (diff)
downloadaur-23e90e951de7b46ee46acf306cfc87c3749ed887.tar.gz
1.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 927d7c158f7f..294c65f55310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-svgelements
pkgdesc = Svg Elements Parsing
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://github.com/meerk40t/svgelements
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-svgelements
optdepends = python-numpy: enable npoint() to do lightning fast linearization for Shapes
optdepends = python-pillow: load images with PIL/Pillow
optdepends = python-scipy: quickly provide the exact correct answer for the arc length
- source = https://files.pythonhosted.org/packages/source/s/svgelements/svgelements-1.7.1.tar.gz
- sha256sums = db31b4fbafd6ae59aad8be8bd1b89d28122473fc0890e2397c94616fb910d635
+ source = https://files.pythonhosted.org/packages/source/s/svgelements/svgelements-1.7.2.tar.gz
+ sha256sums = adda0e96442a0f636fddb112fc9309f5c5e43a9a2730d5cac00c38b23979fa08
pkgname = python-svgelements
diff --git a/PKGBUILD b/PKGBUILD
index 79d41eebc78b..1e19da438d17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=svgelements
pkgname=python-$_name
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc='Svg Elements Parsing'
arch=(any)
@@ -14,7 +14,7 @@ optdepends=('python-numpy: enable npoint() to do lightning fast linearization fo
'python-scipy: quickly provide the exact correct answer for the arc length')
makedepends=(python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('db31b4fbafd6ae59aad8be8bd1b89d28122473fc0890e2397c94616fb910d635')
+sha256sums=('adda0e96442a0f636fddb112fc9309f5c5e43a9a2730d5cac00c38b23979fa08')
build() {
cd "$_name-$pkgver"