summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Samuel K2023-08-13 22:26:35 +0300
committerPhillip Samuel K2023-08-13 22:26:35 +0300
commit2009b97f13814f8c60681c250403461f00938b0e (patch)
treeec8fc04af5dab23a01571e09c448118aa42ff4c6
parentfd964d7763cb607779401756278d5ebf7b87da71 (diff)
downloadaur-2009b97f13814f8c60681c250403461f00938b0e.tar.gz
Update to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef4a7050c669..aed53f453993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-svgpathtools
pkgdesc = Manipulate and analyze SVG Path objects and Bezier curves
- pkgver = 1.5.1
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/mathandy/svgpathtools
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-svgpathtools
depends = python-numpy
depends = python-svgwrite
depends = python-scipy
- source = python-svgpathtools-1.5.1.tar.gz::https://files.pythonhosted.org/packages/source/s/svgpathtools/svgpathtools-1.5.1.tar.gz
- sha256sums = d6d65159051b1471de6645606b59e1be0373750192665185ae976425c41b7fb0
+ source = python-svgpathtools-1.6.1.tar.gz::https://files.pythonhosted.org/packages/source/s/svgpathtools/svgpathtools-1.6.1.tar.gz
+ sha256sums = 7054e6de1953e295bf565d535d585695453b09f8db4a2f7c4853348732097a3e
pkgname = python-svgpathtools
diff --git a/PKGBUILD b/PKGBUILD
index 9e62c32f7f3a..03c5d663c8c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-svgpathtools
_name=${pkgname#python-}
-pkgver=1.5.1
+pkgver=1.6.1
pkgrel=1
pkgdesc='Manipulate and analyze SVG Path objects and Bezier curves'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-numpy' 'python-svgwrite' 'python-scipy')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('d6d65159051b1471de6645606b59e1be0373750192665185ae976425c41b7fb0')
+sha256sums=('7054e6de1953e295bf565d535d585695453b09f8db4a2f7c4853348732097a3e')
build() {
cd $_name-$pkgver