summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-01-09 15:17:18 -0500
committerMatthew McGinn2020-01-09 15:17:18 -0500
commitc82b3a39b104606cc475b89350d3ad2a41b35572 (patch)
tree3e3d899075b714446670eee5ab789c4bd1f38804
parent7db54a6027b34ea6bb845e9b364708e24fa455a3 (diff)
downloadaur-c82b3a39b104606cc475b89350d3ad2a41b35572.tar.gz
add _github_url
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd866384f416..eaf4597bcfd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgrel=1
pkgdesc="Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib"
arch=('any')
url="https://pypi.python.org/pypi/matplotlib-venn"
+_github_url="https://github.com/konstantint/matplotlib-venn"
license=('MIT')
depends=('python-numpy' 'python-matplotlib' 'python-scipy')
source=(https://pypi.python.org/packages/source/m/matplotlib-venn/${_upstream_pkgname}-${pkgver}.zip)