summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c0103188991..12a3a87c4e0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-matplotlib-venn
pkgdesc = Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib
- pkgver = 0.11.6
+ pkgver = 0.11.9
pkgrel = 1
url = https://github.com/konstantint/matplotlib-venn
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-matplotlib-venn
depends = python-numpy
depends = python-matplotlib
depends = python-scipy
- source = https://github.com/konstantint/matplotlib-venn/archive/0.11.6.tar.gz
- md5sums = 887dccc5ff8ace3ed3243f62391c346e
+ source = https://github.com/konstantint/matplotlib-venn/archive/0.11.9.tar.gz
+ md5sums = 7f63b404ecd7fb5dec4c39d31e4043ff
pkgname = python-matplotlib-venn
-
diff --git a/PKGBUILD b/PKGBUILD
index fd9ba5b3eba5..dad8999e7365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-matplotlib-venn
_upstream_pkgname=matplotlib-venn
-pkgver=0.11.6
+pkgver=0.11.9
pkgrel=1
pkgdesc="Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib"
arch=('any')
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python-numpy' 'python-matplotlib' 'python-scipy')
makedepends=('python-setuptools')
source=("https://github.com/konstantint/${_upstream_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('887dccc5ff8ace3ed3243f62391c346e')
+md5sums=('7f63b404ecd7fb5dec4c39d31e4043ff')
build() {
cd "${srcdir}/${_upstream_pkgname}-${pkgver}"