summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ac34d82855b..1c648e459d44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_pkgname=svgwrite
pkgname=python-svgwrite
pkgver=1.1.12
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library to create SVG drawings."
arch=('any')
url="http://github.com/mozman/svgwrite.git"
license=('MIT')
depends=('python' 'python-pyparsing' 'python-setuptools')
-source=('https://pypi.python.org/packages/a6/e1/8d592fc801e1dc2958fe0c84c733ed729d4020daa1826c58978f9d601bb4/svgwrite-1.1.12.zip')
+source=('https://files.pythonhosted.org/packages/a6/e1/8d592fc801e1dc2958fe0c84c733ed729d4020daa1826c58978f9d601bb4/svgwrite-1.1.12.zip')
md5sums=('05780a4a8ba33c16842faf37818d670e')
build() {