summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Gorbunov2021-05-14 00:57:09 +0300
committerVladimir Gorbunov2021-05-14 00:57:09 +0300
commit1f9ccec59f3adb470a287624f35562adce01de65 (patch)
treed0e2ad01f1699c4f8d1fea1491ca03123665dfe6 /PKGBUILD
parent227610f6be609f4419c2c8f3f54f80dd36b38d04 (diff)
downloadaur-python-svglib.tar.gz
Updated to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 463ef590c05b..b6d91e71aeff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-svglib
_name=svglib
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc="A pure-Python library for reading and converting SVG files."
arch=('any')
@@ -16,7 +16,7 @@ depends=('python'
'python-reportlab')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ff01593e8c07ea462d3742e1f4141bfa261cbd4400ceb25dfb8fec3508ad0e50')
+sha256sums=('520ee5290ee2ebeebd20ca0d7d995c08c903b364fcf515826bab43a1288d422e')
build() {
cd "${srcdir}/${_name}-${pkgver}"