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 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}"