diff options
author | Marco Rubin | 2022-08-10 19:19:14 +0200 |
---|---|---|
committer | Marco Rubin | 2022-08-10 19:19:14 +0200 |
commit | 23e90e951de7b46ee46acf306cfc87c3749ed887 (patch) | |
tree | b0860a1ae370609ced8257496f2b233fa8f34b4a | |
parent | bec3322564e14f47dd94d5c97fc423302cb88bf6 (diff) | |
download | aur-23e90e951de7b46ee46acf306cfc87c3749ed887.tar.gz |
1.7.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |