aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-svgwrite/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-svgwrite/APKBUILD')
-rw-r--r--community/py3-svgwrite/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/py3-svgwrite/APKBUILD b/community/py3-svgwrite/APKBUILD
index 7a846bd08cc..4fec859c569 100644
--- a/community/py3-svgwrite/APKBUILD
+++ b/community/py3-svgwrite/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Alex Denes <caskd@redxen.eu>
_pkgname=svgwrite
pkgname="py3-$_pkgname"
-pkgver=1.4.1
-pkgrel=0
+pkgver=1.4.3
+pkgrel=2
pkgdesc="Python library to create SVG drawings"
-url="http://github.com/mozman/svgwrite"
+url="https://github.com/mozman/svgwrite"
arch="noarch"
license="MIT"
depends="
@@ -15,7 +15,8 @@ makedepends="py3-setuptools_scm"
checkdepends="
py3-pytest
"
-source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+subpackages="$pkgname-pyc"
+source="$pkgname-$pkgver.tar.gz::https://github.com/mozman/svgwrite/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -31,5 +32,5 @@ package() {
}
sha512sums="
-74015ed4a72cd781a577ab8c2f38a30a1f6561ca0379e62ecaac8136f40998c926597d97a0c1006fdab69ac4a23ce1841bda296881ede511f3f1b4a2e8dea06f py3-svgwrite-1.4.1.tar.gz
+3e599c13c2138aec1f9098baf3cf978b477f45ec2acd14d6aaadbcdf952064dac6313fd26050e670e9e989867c3539fa1cc7fb1cd226e34ff9f2a1ca2e7ddeff py3-svgwrite-1.4.3.tar.gz
"